HomeSort by relevance Sort by last modified time
    Searched defs:BinaryResourceParser (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt2/format/binary/
BinaryResourceParser.h 38 class BinaryResourceParser {
42 BinaryResourceParser(IDiagnostics* diag, ResourceTable* table, const Source& source,
49 DISALLOW_COPY_AND_ASSIGN(BinaryResourceParser);
BinaryResourceParser.cpp 17 #include "format/binary/BinaryResourceParser.h"
76 BinaryResourceParser::BinaryResourceParser(IDiagnostics* diag, ResourceTable* table,
82 bool BinaryResourceParser::Parse() {
114 bool BinaryResourceParser::ParseTable(const ResChunk_header* chunk) {
163 bool BinaryResourceParser::ParsePackage(const ResChunk_header* chunk) {
263 bool BinaryResourceParser::ParseTypeSpec(const ResourceTablePackage* package,
311 bool BinaryResourceParser::ParseType(const ResourceTablePackage* package,
418 bool BinaryResourceParser::ParseLibrary(const ResChunk_header* chunk) {
433 std::unique_ptr<Item> BinaryResourceParser::ParseValue(const ResourceNameRef& name
    [all...]

Completed in 99 milliseconds