Searched refs:IsLegalName (Results 1 – 2 of 2) sorted by relevance
105 bool OptionsFile::IsLegalName(const std::string &name) { in IsLegalName() function in rtc::OptionsFile131 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()
41 static bool IsLegalName(const std::string &name);