HomeSort by relevance Sort by last modified time
    Searched refs:source_pool (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer.cpp 42 PbSerializerVisitor(StringPool* source_pool, StringPool* symbol_pool,
44 : source_pool_(source_pool),
227 StringPool source_pool, symbol_pool; local
253 SerializeSourceToPb(entry->symbol_status.source, &source_pool, pb_status->mutable_source());
265 SerializeSourceToPb(config_value->value->GetSource(), &source_pool,
275 PbSerializerVisitor visitor(&source_pool, &symbol_pool, pb_value);
282 SerializeStringPoolToPb(source_pool, pb_table->mutable_source_pool());
TableProtoDeserializer.cpp 413 ResStringPool source_pool; local
415 result = source_pool.setTo(pb_table.source_pool().data().data(),
416 pb_table.source_pool().data().size());
433 PackagePbDeserializer package_pb_deserializer(&value_pool, &source_pool,
  /frameworks/base/tools/aapt2/
Format.proto 46 optional StringPool source_pool = 2;

Completed in 199 milliseconds