HomeSort by relevance Sort by last modified time
    Searched refs:MakeRefImpl (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt2/
StringPool.h 212 Ref MakeRefImpl(const android::StringPiece& str, const Context& context, bool unique);
StringPool.cpp 165 return MakeRefImpl(str, Context{}, true);
169 return MakeRefImpl(str, context, true);
172 StringPool::Ref StringPool::MakeRefImpl(const StringPiece& str, const Context& context,

Completed in 80 milliseconds