Home
last modified time | relevance | path

Searched refs:srcPool (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/proto/
DProtoHelpers.cpp35 void serializeSourceToPb(const Source& source, StringPool* srcPool, pb::Source* outPbSource) { in serializeSourceToPb() argument
36 StringPool::Ref ref = srcPool->makeRef(util::utf8ToUtf16(source.path)); in serializeSourceToPb()
43 void deserializeSourceFromPb(const pb::Source& pbSource, const android::ResStringPool& srcPool, in deserializeSourceFromPb() argument
46 outSource->path = util::getString8(srcPool, pbSource.path_idx()).toString(); in deserializeSourceFromPb()
DProtoHelpers.h33 void serializeSourceToPb(const Source& source, StringPool* srcPool, pb::Source* outPbSource);
34 void deserializeSourceFromPb(const pb::Source& pbSource, const android::ResStringPool& srcPool,