OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:serializeStringPoolToPb
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/aapt2/proto/
ProtoHelpers.h
31
void
serializeStringPoolToPb
(const StringPool& pool, pb::StringPool* outPbPool);
TableProtoSerializer.cpp
214
serializeStringPoolToPb
(table->stringPool, pbTable->mutable_string_pool());
271
serializeStringPoolToPb
(sourcePool, pbTable->mutable_source_pool());
272
serializeStringPoolToPb
(symbolPool, pbTable->mutable_symbol_pool());
ProtoHelpers.cpp
21
void
serializeStringPoolToPb
(const StringPool& pool, pb::StringPool* outPbPool) {
Completed in 572 milliseconds