OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:serializeSourceToPb
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/aapt2/proto/
ProtoHelpers.h
33
void
serializeSourceToPb
(const Source& source, StringPool* srcPool, pb::Source* outPbSource);
TableProtoSerializer.cpp
104
serializeSourceToPb
(style->parent.value().getSource(),
172
serializeSourceToPb
(item.getSource(), mSourcePool, pbItem->mutable_source());
242
serializeSourceToPb
(entry->symbolStatus.source, &sourcePool,
254
serializeSourceToPb
(configValue->value->getSource(), &sourcePool,
ProtoHelpers.cpp
35
void
serializeSourceToPb
(const Source& source, StringPool* srcPool, pb::Source* outPbSource) {
Completed in 562 milliseconds