Searched refs:ValidateQualifiedName (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2265 bool ValidateQualifiedName(const string& name);
2743 if (!ValidateQualifiedName(name)) return kNullSymbol;
2937 bool DescriptorBuilder::ValidateQualifiedName(const string& name) { function in class:google::protobuf::DescriptorBuilder
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1961 bool ValidateQualifiedName(const string& name);
2408 if (!ValidateQualifiedName(name)) return kNullSymbol;
2600 bool DescriptorBuilder::ValidateQualifiedName(const string& name) { function in class:google::protobuf::DescriptorBuilder

Completed in 157 milliseconds