Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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