Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.h219 bool ParsePackage(FileDescriptorProto* file);
Dparser.cc382 return ParsePackage(file); in ParseTopLevelStatement()
1056 bool Parser::ParsePackage(FileDescriptorProto* file) { in ParsePackage() function in google::protobuf::compiler::Parser
Dparser_unittest.cc666 TEST_F(ParseMiscTest, ParsePackage) { in TEST_F() argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
Dparser.h292 bool ParsePackage(FileDescriptorProto* file,
Dparser.cc515 return ParsePackage(file, root_location); in ParseTopLevelStatement()
1512 bool Parser::ParsePackage(FileDescriptorProto* file, in ParsePackage() function in google::protobuf::compiler::Parser
Dparser_unittest.cc719 TEST_F(ParseMiscTest, ParsePackage) { in TEST_F() argument