Home
last modified time | relevance | path

Searched defs:borrowed (Results 1 – 11 of 11) sorted by relevance

/external/rust/cxx/tests/ui/
Dexpected_named.rs5 fn borrowed() -> UniquePtr<Borrowed>; in borrowed() function
/external/rust/crates/nix/src/sys/
Daio.rs118 let borrowed : &dyn Borrow<[u8]> = bs.borrow(); in fmt() localVariable
123 let borrowed : &dyn BorrowMut<[u8]> = bms.borrow(); in fmt() localVariable
443 let borrowed : &dyn Borrow<[u8]> = buf.borrow(); in from_boxed_slice() localVariable
509 let borrowed : &mut dyn BorrowMut<[u8]> = buf.borrow_mut(); in from_boxed_mut_slice() localVariable
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp1135 OwnedPythonFile(const PythonFile &file, bool borrowed, Args... args) in OwnedPythonFile()
1196 SimplePythonFile(const PythonFile &file, bool borrowed, int fd, in SimplePythonFile()
1249 PythonIOFile(const PythonFile &file, bool borrowed) in PythonIOFile()
1295 BinaryPythonFile(int fd, const PythonFile &file, bool borrowed) in BinaryPythonFile()
1349 TextPythonFile(int fd, const PythonFile &file, bool borrowed) in TextPythonFile()
1402 llvm::Expected<FileSP> PythonFile::ConvertToFile(bool borrowed) { in ConvertToFile()
1441 PythonFile::ConvertToFileForcingUseOfScriptingIOMethods(bool borrowed) { in ConvertToFileForcingUseOfScriptingIOMethods()
/external/perfetto/src/profiling/memory/
Dunwinding_unittest.cc182 auto borrowed = a.BorrowAllocRecord(); in TEST() local
/external/rust/crates/quote/tests/
Dtest.rs331 let borrowed = Cow::Borrowed(&ident); in test_cow() localVariable
/external/rust/crates/serde_json/src/
Draw.rs172 let borrowed = crate::from_str::<&Self>(&json)?; in from_string() localVariable
Dread.rs452 let borrowed = &self.slice[start..self.index]; in parse_str_bytes() localVariable
/external/rust/crates/serde_derive/src/
Dde.rs123 borrowed: BorrowedLifetimes, field
137 let borrowed = borrowed_lifetimes(cont); in new() localVariable
/external/skqp/tests/
DResourceCacheTest.cpp225 sk_sp<GrTexture> borrowed(resourceProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/external/skia/tests/
DResourceCacheTest.cpp206 sk_sp<GrTexture> borrowed(resourceProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/external/rust/crates/csv/src/
Ddeserializer.rs1153 fn borrowed() { in borrowed() function