Home
last modified time | relevance | path

Searched defs:Owned (Results 1 – 25 of 39) sorted by relevance

12

/external/rust/crates/heck/src/
Dshouty_snake.rs18 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()
Dsnake.rs17 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()
Dshouty_kebab.rs18 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()
Dkebab.rs17 fn to_kebab_case(&self) -> Self::Owned; in to_kebab_case()
21 fn to_kebab_case(&self) -> Self::Owned { in to_kebab_case()
Dtitle.rs18 fn to_title_case(&self) -> Self::Owned; in to_title_case()
Dcamel.rs18 fn to_camel_case(&self) -> Self::Owned; in to_camel_case()
Dmixed.rs18 fn to_mixed_case(&self) -> Self::Owned; in to_mixed_case()
/external/rust/crates/crossbeam-epoch/src/
Datomic.rs928 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/
Dslice.rs34 Owned(Vec<T>) enumerator
Dobject.rs36 Owned(Box<T>) enumerator
Dmap.rs44 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/
DPythonDataObjects.h117 Owned // We have ownership of the incoming PyObject. We should enumerator
/external/llvm-project/compiler-rt/lib/xray/
Dxray_allocator.h177 bool Owned; member
/external/rust/crates/same-file/src/
Dwin.rs59 Owned(winutil::Handle), enumerator
/external/pdfium/core/fxcrt/
Dmaybe_owned_unittest.cpp98 TEST(MaybeOwned, Owned) { in TEST() argument
/external/rust/crates/serde_json/src/
Draw.rs133 type Owned = Box<RawValue>; typedef
135 fn to_owned(&self) -> Self::Owned { in to_owned()
/external/rust/crates/plotters/src/element/
Dimage.rs18 Owned(Vec<u8>), enumerator
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountChecker.h54 Owned = 0, // Owning reference. enumerator
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h560 bool Owned() const { return owned_object != nullptr; } in Owned() function
/external/rust/crates/rusqlite/src/types/
Dto_sql.rs16 Owned(Value), enumerator
/external/clang/lib/Sema/
DDeclSpec.cpp664 Decl *Rep, bool Owned, in SetTypeSpecType()
673 Decl *Rep, bool Owned, in SetTypeSpecType()
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp783 Decl *Rep, bool Owned, in SetTypeSpecType()
792 Decl *Rep, bool Owned, in SetTypeSpecType()
/external/llvm-project/parallel-libs/acxxel/
Dacxxel.h1332 AsyncHostMemorySpan(OwnedAsyncHostMemory<OtherElementType> &Owned) in AsyncHostMemorySpan()
/external/rust/crates/bstr/src/
Dimpls.rs140 type Owned = BString; typedef
/external/vm_tools/p9/src/server/
Dmod.rs222 Owned(T), enumerator

12