Searched refs:ParsePackage (Results 1 – 5 of 5) sorted by relevance
53 bool ParsePackage(const android::ResChunk_header* chunk);
156 if (!ParsePackage(parser.chunk())) { in ParseTable()176 bool BinaryResourceParser::ParsePackage(const ResChunk_header* chunk) { in ParsePackage() function in aapt::BinaryResourceParser
304 bool ParsePackage(FileDescriptorProto* file,
634 return ParsePackage(file, root_location, file); in ParseTopLevelStatement()2017 bool Parser::ParsePackage(FileDescriptorProto* file, in ParsePackage() function in google::protobuf::compiler::Parser
944 TEST_F(ParseMiscTest, ParsePackage) { in TEST_F() argument