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.cpp738 StringPool* dst_pool) { in ParseBinaryResValue() argument
757 return util::make_unique<StyledString>(dst_pool->MakeRef( in ParseBinaryResValue()
763 util::make_unique<FileReference>(dst_pool->MakeRef( in ParseBinaryResValue()
776 return util::make_unique<String>(dst_pool->MakeRef(str, StringPool::Context(config))); in ParseBinaryResValue()