Searched refs:borrow (Results 1 – 3 of 3) sorted by relevance
190 Entry* borrow = entry.get(); in MakeRefImpl() local192 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() local219 return StyleRef(borrow); in MakeRef()232 StyleEntry* borrow = entry.get(); in MakeRef() local234 return StyleRef(borrow); in MakeRef()
24 use std::borrow::Borrow;288 fn borrow(&self) -> &I { in borrow() method857 impl std::borrow::ToOwned for dyn $interface {
173 FenceHandle<pdx::BorrowedHandle> borrow() const { in borrow() function