Home
last modified time | relevance | path

Searched refs:IsLegalValue (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Doptionsfile.cc116 bool OptionsFile::IsLegalValue(const std::string &value) { in IsLegalValue() function in rtc::OptionsFile
160 if (!IsLegalName(option) || !IsLegalValue(value)) { in SetStringValue()
Doptionsfile.h42 static bool IsLegalValue(const std::string &value);