Searched refs:ParseTopLevelStatement (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dparser.h213 bool ParseTopLevelStatement(FileDescriptorProto* file);
H A Dparser.cc330 if (!ParseTopLevelStatement(file)) {
366 bool Parser::ParseTopLevelStatement(FileDescriptorProto* file) { function in class:google::protobuf::compiler::Parser
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h282 bool ParseTopLevelStatement(FileDescriptorProto* file,
H A Dparser.cc445 if (!ParseTopLevelStatement(file, root_location)) {
484 bool Parser::ParseTopLevelStatement(FileDescriptorProto* file, function in class:google::protobuf::compiler::Parser

Completed in 681 milliseconds