Home
last modified time | relevance | path

Searched refs:borrow (Results 1 – 3 of 3) 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/binder/rust/src/
Dbinder.rs24 use std::borrow::Borrow;
288 fn borrow(&self) -> &I { in borrow() method
857 impl std::borrow::ToOwned for dyn $interface {
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dbufferhub_rpc.h173 FenceHandle<pdx::BorrowedHandle> borrow() const { in borrow() function