Searched defs:borrowed (Results 1 – 11 of 11) sorted by relevance
5 fn borrowed() -> UniquePtr<Borrowed>; in borrowed() function
75 pub fn borrowed(&self) -> &JNIStr { in borrowed() method
187 auto borrowed = a.BorrowAllocRecord(); in TEST() local
959 explicit MaybeOwningShapePtr(const Shape* borrowed) in MaybeOwningShapePtr()1024 static intptr_t Borrow(const Shape* borrowed) { in Borrow()
186 BorrowedPointer<int> borrowed; // move-only type member
391 let borrowed = Cow::Borrowed(&ident); in test_cow() localVariable
181 let borrowed = crate::from_str::<&Self>(&json)?; in from_string() localVariable
459 let borrowed = &self.slice[start..self.index]; in parse_str_bytes() localVariable
128 borrowed: BorrowedLifetimes, field143 let borrowed = borrowed_lifetimes(cont); in new() localVariable
261 sk_sp<GrTexture> borrowed(resourceProvider->wrapBackendTexture( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
1150 fn borrowed() { in borrowed() function