Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.h278 bool ParseSyntaxIdentifier(const LocationRecorder& parent);
Dparser.cc539 if (!ParseSyntaxIdentifier(root_location)) { in Parse()
578 bool Parser::ParseSyntaxIdentifier(const LocationRecorder& parent) { in ParseSyntaxIdentifier() function in google::protobuf::compiler::Parser