Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc2922 bool ValidateQualifiedName(const string& name);
3480 if (!ValidateQualifiedName(name)) return kNullSymbol; in NewPlaceholder()
3668 bool DescriptorBuilder::ValidateQualifiedName(const string& name) { in ValidateQualifiedName() function in google::protobuf::DescriptorBuilder