Home
last modified time | relevance | path

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

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