| /external/rust/crates/heck/src/ |
| D | shouty_snake.rs | 18 fn to_shouty_snake_case(&self) -> Self::Owned; in to_shouty_snake_case() 26 fn TO_SHOUTY_SNEK_CASE(&self) -> Self::Owned; in TO_SHOUTY_SNEK_CASE() 30 fn TO_SHOUTY_SNEK_CASE(&self) -> Self::Owned { in TO_SHOUTY_SNEK_CASE() 37 fn to_shouty_snake_case(&self) -> Self::Owned { in to_shouty_snake_case()
|
| D | snake.rs | 17 fn to_snake_case(&self) -> Self::Owned; in to_snake_case() 24 fn to_snek_case(&self) -> Self::Owned; in to_snek_case() 28 fn to_snek_case(&self) -> Self::Owned { in to_snek_case()
|
| D | shouty_kebab.rs | 18 fn to_shouty_kebab_case(&self) -> Self::Owned; in to_shouty_kebab_case() 22 fn to_shouty_kebab_case(&self) -> Self::Owned { in to_shouty_kebab_case()
|
| D | kebab.rs | 17 fn to_kebab_case(&self) -> Self::Owned; in to_kebab_case() 21 fn to_kebab_case(&self) -> Self::Owned { in to_kebab_case()
|
| D | title.rs | 18 fn to_title_case(&self) -> Self::Owned; in to_title_case()
|
| D | camel.rs | 18 fn to_camel_case(&self) -> Self::Owned; in to_camel_case()
|
| D | mixed.rs | 18 fn to_mixed_case(&self) -> Self::Owned; in to_mixed_case()
|
| /external/rust/crates/crossbeam-epoch/src/ |
| D | atomic.rs | 928 pub struct Owned<T: ?Sized + Pointable> { struct 933 impl<T: ?Sized + Pointable> Pointer<T> for Owned<T> { implementation 956 impl<T> Owned<T> { implementation 1016 impl<T: ?Sized + Pointable> Owned<T> { implementation 1079 impl<T: ?Sized + Pointable> Drop for Owned<T> { implementation 1088 impl<T: ?Sized + Pointable> fmt::Debug for Owned<T> { implementation 1099 impl<T: Clone> Clone for Owned<T> { implementation 1105 impl<T: ?Sized + Pointable> Deref for Owned<T> { implementation 1114 impl<T: ?Sized + Pointable> DerefMut for Owned<T> { implementation 1121 impl<T> From<T> for Owned<T> { implementation [all …]
|
| /external/rust/crates/managed/src/ |
| D | slice.rs | 34 Owned(Vec<T>) enumerator
|
| D | object.rs | 36 Owned(Box<T>) enumerator
|
| D | map.rs | 44 Owned(BTreeMap<K, V>) enumerator 102 Owned(BTreeRange<'a, K, V>), enumerator 414 Owned(BTreeIter<'a, K, V>), enumerator 454 Owned(BTreeIterMut<'a, K, V>), enumerator
|
| /external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| D | PythonDataObjects.h | 117 Owned // We have ownership of the incoming PyObject. We should enumerator
|
| /external/llvm-project/compiler-rt/lib/xray/ |
| D | xray_allocator.h | 177 bool Owned; member
|
| /external/rust/crates/same-file/src/ |
| D | win.rs | 59 Owned(winutil::Handle), enumerator
|
| /external/pdfium/core/fxcrt/ |
| D | maybe_owned_unittest.cpp | 98 TEST(MaybeOwned, Owned) { in TEST() argument
|
| /external/rust/crates/serde_json/src/ |
| D | raw.rs | 133 type Owned = Box<RawValue>; typedef 135 fn to_owned(&self) -> Self::Owned { in to_owned()
|
| /external/rust/crates/plotters/src/element/ |
| D | image.rs | 18 Owned(Vec<u8>), enumerator
|
| /external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| D | RetainCountChecker.h | 54 Owned = 0, // Owning reference. enumerator
|
| /external/tensorflow/tensorflow/core/common_runtime/eager/ |
| D | context.h | 560 bool Owned() const { return owned_object != nullptr; } in Owned() function
|
| /external/rust/crates/rusqlite/src/types/ |
| D | to_sql.rs | 16 Owned(Value), enumerator
|
| /external/clang/lib/Sema/ |
| D | DeclSpec.cpp | 664 Decl *Rep, bool Owned, in SetTypeSpecType() 673 Decl *Rep, bool Owned, in SetTypeSpecType()
|
| /external/llvm-project/clang/lib/Sema/ |
| D | DeclSpec.cpp | 783 Decl *Rep, bool Owned, in SetTypeSpecType() 792 Decl *Rep, bool Owned, in SetTypeSpecType()
|
| /external/llvm-project/parallel-libs/acxxel/ |
| D | acxxel.h | 1332 AsyncHostMemorySpan(OwnedAsyncHostMemory<OtherElementType> &Owned) in AsyncHostMemorySpan()
|
| /external/rust/crates/bstr/src/ |
| D | impls.rs | 140 type Owned = BString; typedef
|
| /external/vm_tools/p9/src/server/ |
| D | mod.rs | 222 Owned(T), enumerator
|