Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DStringPool.cpp165 return MakeRefImpl(str, Context{}, true); in MakeRef()
169 return MakeRefImpl(str, context, true); in MakeRef()
172 StringPool::Ref StringPool::MakeRefImpl(const StringPiece& str, const Context& context, in MakeRefImpl() function in aapt::StringPool
DStringPool.h213 Ref MakeRefImpl(const android::StringPiece& str, const Context& context, bool unique);