Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceUtils.h234 StringPool* dst_pool);
DResourceUtils.cpp742 StringPool* dst_pool) { in ParseBinaryResValue() argument
769 return util::make_unique<StyledString>(dst_pool->MakeRef( in ParseBinaryResValue()
775 util::make_unique<FileReference>(dst_pool->MakeRef( in ParseBinaryResValue()
788 return util::make_unique<String>(dst_pool->MakeRef(str, StringPool::Context(config))); in ParseBinaryResValue()