Home
last modified time | relevance | path

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

123

/external/rust/crates/heck/0.3.3/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()
36 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()
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()
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()
Dmixed.rs18 fn to_mixed_case(&self) -> Self::Owned; in to_mixed_case()
Dcamel.rs18 fn to_camel_case(&self) -> Self::Owned; in to_camel_case()
Dtitle.rs18 fn to_title_case(&self) -> Self::Owned; in to_title_case()
/external/rust/crates/heck/src/
Dshouty_snake.rs20 fn to_shouty_snake_case(&self) -> Self::Owned; in to_shouty_snake_case()
28 fn TO_SHOUTY_SNEK_CASE(&self) -> Self::Owned; in TO_SHOUTY_SNEK_CASE()
32 fn TO_SHOUTY_SNEK_CASE(&self) -> Self::Owned { in TO_SHOUTY_SNEK_CASE()
38 fn to_shouty_snake_case(&self) -> Self::Owned { in to_shouty_snake_case()
Dsnake.rs19 fn to_snake_case(&self) -> Self::Owned; in to_snake_case()
26 fn to_snek_case(&self) -> Self::Owned; in to_snek_case()
30 fn to_snek_case(&self) -> Self::Owned { in to_snek_case()
Dupper_camel.rs20 fn to_upper_camel_case(&self) -> Self::Owned; in to_upper_camel_case()
33 fn to_pascal_case(&self) -> Self::Owned; in to_pascal_case()
37 fn to_pascal_case(&self) -> Self::Owned { in to_pascal_case()
Dshouty_kebab.rs20 fn to_shouty_kebab_case(&self) -> Self::Owned; in to_shouty_kebab_case()
24 fn to_shouty_kebab_case(&self) -> Self::Owned { in to_shouty_kebab_case()
Dkebab.rs19 fn to_kebab_case(&self) -> Self::Owned; in to_kebab_case()
23 fn to_kebab_case(&self) -> Self::Owned { in to_kebab_case()
Dtrain.rs20 fn to_train_case(&self) -> Self::Owned; in to_train_case()
24 fn to_train_case(&self) -> Self::Owned { in to_train_case()
Dtitle.rs20 fn to_title_case(&self) -> Self::Owned; in to_title_case()
Dlower_camel.rs20 fn to_lower_camel_case(&self) -> Self::Owned; in to_lower_camel_case()
/external/rust/crates/tokio-util/src/time/wheel/
Dstack.rs8 type Owned: Borrow<Self::Borrowed>; typedef
20 fn push(&mut self, item: Self::Owned, store: &mut Self::Store); in push()
23 fn pop(&mut self, store: &mut Self::Store) -> Option<Self::Owned>; in pop()
Dmod.rs96 item: T::Owned, in insert()
98 ) -> Result<(), (T::Owned, InsertError)> { in insert()
143 pub(crate) fn poll(&mut self, now: u64, store: &mut T::Store) -> Option<T::Owned> { in poll()
212 ) -> Option<T::Owned> { in poll_expiration()
243 fn pop_entry(&mut self, expiration: &Expiration, store: &mut T::Store) -> Option<T::Owned> { in pop_entry()
Dlevel.rs176 pub(crate) fn add_entry(&mut self, when: u64, item: T::Owned, store: &mut T::Store) { in add_entry()
197 pub(crate) fn pop_entry_slot(&mut self, slot: usize, store: &mut T::Store) -> Option<T::Owned> { in pop_entry_slot()
/external/rust/crates/crossbeam-epoch/src/
Datomic.rs1060 pub struct Owned<T: ?Sized + Pointable> { struct
1065 impl<T: ?Sized + Pointable> Pointer<T> for Owned<T> { implementation
1088 impl<T> Owned<T> { impl
1148 impl<T: ?Sized + Pointable> Owned<T> { impl
1212 impl<T: ?Sized + Pointable> Drop for Owned<T> { implementation
1221 impl<T: ?Sized + Pointable> fmt::Debug for Owned<T> { implementation
1232 impl<T: Clone> Clone for Owned<T> { implementation
1238 impl<T: ?Sized + Pointable> Deref for Owned<T> { implementation
1247 impl<T: ?Sized + Pointable> DerefMut for Owned<T> { implementation
1254 impl<T> From<T> for Owned<T> { implementation
[all …]
/external/cronet/base/functional/
Dbind.h347 inline internal::OwnedWrapper<T> Owned(T* o) { in Owned() function
352 inline internal::OwnedWrapper<T, Deleter> Owned( in Owned() function
/external/rust/crates/managed/src/
Dslice.rs34 Owned(Vec<T>) enumerator
Dobject.rs36 Owned(Box<T>) enumerator
/external/rust/crates/memchr/src/
Dcow.rs19 Owned(Box<[u8]>), enumerator
/external/rust/crates/xml-rs/src/
Descape.rs35 Owned(String) enumerator
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_blas_lt.h42 using Owned = variable

123