Searched refs:makeRefImpl (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
H A DStringPool.h198 Ref makeRefImpl(const StringPiece16& str, const Context& context, bool unique);
H A DStringPool.cpp128 return makeRefImpl(str, Context{}, true);
132 return makeRefImpl(str, context, true);
135 StringPool::Ref StringPool::makeRefImpl(const StringPiece16& str, const Context& context, function in class:aapt::StringPool

Completed in 56 milliseconds