Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Doptionsfile.cc105 bool OptionsFile::IsLegalName(const std::string &name) { in IsLegalName() function in rtc::OptionsFile
131 if (!IsLegalName(option)) { in GetStringValue()
146 if (!IsLegalName(option)) { in GetIntValue()
160 if (!IsLegalName(option) || !IsLegalValue(value)) { in SetStringValue()
171 if (!IsLegalName(option)) { in SetIntValue()
179 if (!IsLegalName(option)) { in RemoveValue()
Doptionsfile.h41 static bool IsLegalName(const std::string &name);