Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.h53 bool ParsePackage(const android::ResChunk_header* chunk);
DBinaryResourceParser.cpp156 if (!ParsePackage(parser.chunk())) { in ParseTable()
176 bool BinaryResourceParser::ParsePackage(const ResChunk_header* chunk) { in ParsePackage() function in aapt::BinaryResourceParser
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.h304 bool ParsePackage(FileDescriptorProto* file,
Dparser.cc634 return ParsePackage(file, root_location, file); in ParseTopLevelStatement()
2017 bool Parser::ParsePackage(FileDescriptorProto* file, in ParsePackage() function in google::protobuf::compiler::Parser
Dparser_unittest.cc944 TEST_F(ParseMiscTest, ParsePackage) { in TEST_F() argument