chromium/third_party/webrtc/rtc_base/experiments/field_trial_list.cc

/*
 *  Copyright 2019 The WebRTC project authors. All Rights Reserved.
 *
 *  Use of this source code is governed by a BSD-style license
 *  that can be found in the LICENSE file in the root of the source
 *  tree. An additional intellectual property rights grant can be found
 *  in the file PATENTS.  All contributing project authors may
 *  be found in the AUTHORS file in the root of the source tree.
 */
#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() {}

}  // namespace webrtc