Searched defs:BinaryResourceParser (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/unflatten/
H A DBinaryResourceParser.h42 class BinaryResourceParser { class in namespace:aapt
48 BinaryResourceParser(IAaptContext* context, ResourceTable* table, const Source& source,
57 DISALLOW_COPY_AND_ASSIGN(BinaryResourceParser);
H A DBinaryResourceParser.cpp17 #include "unflatten/BinaryResourceParser.h"
76 BinaryResourceParser::BinaryResourceParser(IAaptContext* context, ResourceTable* table, function in class:aapt::BinaryResourceParser
87 bool BinaryResourceParser::Parse() {
125 bool BinaryResourceParser::ParseTable(const ResChunk_header* chunk) {
179 bool BinaryResourceParser::ParsePackage(const ResChunk_header* chunk) {
287 bool BinaryResourceParser::ParseTypeSpec(const ResChunk_header* chunk) {
310 bool BinaryResourceParser::ParseType(const ResourceTablePackage* package,
411 bool BinaryResourceParser::ParseLibrary(const ResChunk_header* chunk) {
426 std::unique_ptr<Item> BinaryResourceParser
[all...]

Completed in 61 milliseconds