chromium/third_party/blink/common/use_counter/use_counter_feature_tracker.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/public/common/use_counter/use_counter_feature_tracker.h"

namespace blink {
namespace {
template <size_t N>
bool BitsetContains(const std::bitset<N>& lhs, const std::bitset<N>& rhs) {}
}  // namespace

FeatureType;

bool UseCounterFeatureTracker::Test(const UseCounterFeature& feature) const {}

bool UseCounterFeatureTracker::TestAndSet(const UseCounterFeature& feature) {}

std::vector<UseCounterFeature> UseCounterFeatureTracker::GetRecordedFeatures()
    const {}

void UseCounterFeatureTracker::ResetForTesting(
    const UseCounterFeature& feature) {}

bool UseCounterFeatureTracker::ContainsForTesting(
    const UseCounterFeatureTracker& other) const {}

void UseCounterFeatureTracker::Set(const UseCounterFeature& feature,
                                   bool value) {}

}  // namespace blink