Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DStringPool.cpp190 Entry* borrow = entry.get(); in MakeRefImpl() local
192 indexed_strings_.insert(std::make_pair(StringPiece(borrow->value), borrow)); in MakeRefImpl()
193 return Ref(borrow); in MakeRefImpl()
217 StyleEntry* borrow = entry.get(); in MakeRef() local
219 return StyleRef(borrow); in MakeRef()
232 StyleEntry* borrow = entry.get(); in MakeRef() local
234 return StyleRef(borrow); in MakeRef()
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dbufferhub_rpc.h173 FenceHandle<pdx::BorrowedHandle> borrow() const { in borrow() function