Searched defs:borrowed (Results 1 – 11 of 11) sorted by relevance
/external/rust/cxx/tests/ui/ |
D | expected_named.rs | 5 fn borrowed() -> UniquePtr<Borrowed>; in borrowed() function
|
/external/rust/crates/nix/src/sys/ |
D | aio.rs | 118 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/ |
D | PythonDataObjects.cpp | 1135 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/ |
D | unwinding_unittest.cc | 182 auto borrowed = a.BorrowAllocRecord(); in TEST() local
|
/external/rust/crates/quote/tests/ |
D | test.rs | 331 let borrowed = Cow::Borrowed(&ident); in test_cow() localVariable
|
/external/rust/crates/serde_json/src/ |
D | raw.rs | 172 let borrowed = crate::from_str::<&Self>(&json)?; in from_string() localVariable
|
D | read.rs | 452 let borrowed = &self.slice[start..self.index]; in parse_str_bytes() localVariable
|
/external/rust/crates/serde_derive/src/ |
D | de.rs | 123 borrowed: BorrowedLifetimes, field 137 let borrowed = borrowed_lifetimes(cont); in new() localVariable
|
/external/skqp/tests/ |
D | ResourceCacheTest.cpp | 225 sk_sp<GrTexture> borrowed(resourceProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
/external/skia/tests/ |
D | ResourceCacheTest.cpp | 206 sk_sp<GrTexture> borrowed(resourceProvider->wrapBackendTexture( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
/external/rust/crates/csv/src/ |
D | deserializer.rs | 1153 fn borrowed() { in borrowed() function
|