Home
last modified time | relevance | path

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

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