HomeSort by relevance Sort by last modified time
    Searched refs:IsLegalName (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
optionsfile.cc 105 bool OptionsFile::IsLegalName(const std::string &name) {
131 if (!IsLegalName(option)) {
146 if (!IsLegalName(option)) {
160 if (!IsLegalName(option) || !IsLegalValue(value)) {
171 if (!IsLegalName(option)) {
179 if (!IsLegalName(option)) {
optionsfile.h 41 static bool IsLegalName(const std::string &name);

Completed in 433 milliseconds