#include "rtc_base/experiments/field_trial_list.h"
#include "absl/strings/string_view.h"
namespace webrtc {
FieldTrialListBase::FieldTrialListBase(absl::string_view key)
: … { … }
bool FieldTrialListBase::Failed() const { … }
bool FieldTrialListBase::Used() const { … }
int FieldTrialListWrapper::Length() { … }
bool FieldTrialListWrapper::Failed() { … }
bool FieldTrialListWrapper::Used() { … }
bool FieldTrialStructListBase::Parse(absl::optional<std::string> str_value) { … }
int FieldTrialStructListBase::ValidateAndGetLength() { … }
}