#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) { … }
}
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) { … }
}