Searched refs:borrow (Results 1 – 2 of 2) 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()
173 FenceHandle<pdx::BorrowedHandle> borrow() const { in borrow() function