| /external/rust/crates/serde_yaml/src/libyaml/ |
| D | util.rs | 6 pub(crate) struct Owned<T, Init = T> { struct 11 impl<T> Owned<T> { argument 36 impl<T, Init> Deref for Owned<T, Init> { implementation 44 impl<T, Init> Drop for Owned<T, Init> { implementation
|
| /external/rust/crates/der/src/ |
| D | referenced.rs | 19 type Owned: OwnedToRef<Borrowed<'a> = Self> typedef 24 fn ref_to_owned(&self) -> Self::Owned; in ref_to_owned() 43 type Owned = Option<T::Owned>; typedef 44 fn ref_to_owned(&self) -> Self::Owned { in ref_to_owned() 55 type Owned = Box<[u8]>; typedef 57 fn ref_to_owned(&self) -> Self::Owned { in ref_to_owned()
|
| D | str_ref.rs | 87 type Owned = StrOwned; typedef 88 fn ref_to_owned(&self) -> Self::Owned { in ref_to_owned()
|
| /external/rust/crates/heck/0.3.3/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() 36 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 | 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 | 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 | title.rs | 18 fn to_title_case(&self) -> Self::Owned; in to_title_case()
|
| D | mixed.rs | 18 fn to_mixed_case(&self) -> Self::Owned; in to_mixed_case()
|
| D | camel.rs | 18 fn to_camel_case(&self) -> Self::Owned; in to_camel_case()
|
| /external/rust/crates/tokio-util/src/time/wheel/ |
| D | stack.rs | 8 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() 26 fn peek(&self) -> Option<Self::Owned>; in peek()
|
| D | mod.rs | 96 item: T::Owned, in insert() 98 ) -> Result<(), (T::Owned, InsertError)> { in insert() 143 pub(crate) fn peek(&self) -> Option<T::Owned> { in peek() 149 pub(crate) fn poll(&mut self, now: u64, store: &mut T::Store) -> Option<T::Owned> { in poll() 218 ) -> Option<T::Owned> { in poll_expiration() 249 fn pop_entry(&mut self, expiration: &Expiration, store: &mut T::Store) -> Option<T::Owned> { in pop_entry() 253 fn peek_entry(&self, expiration: &Expiration) -> Option<T::Owned> { in peek_entry()
|
| D | level.rs | 196 pub(crate) fn add_entry(&mut self, when: u64, item: T::Owned, store: &mut T::Store) { in add_entry() 217 pub(crate) fn pop_entry_slot(&mut self, slot: usize, store: &mut T::Store) -> Option<T::Owned> { in pop_entry_slot() 230 pub(crate) fn peek_entry_slot(&self, slot: usize) -> Option<T::Owned> { in peek_entry_slot()
|
| /external/rust/crates/heck/src/ |
| D | shouty_snake.rs | 20 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()
|
| D | upper_camel.rs | 20 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()
|
| D | snake.rs | 19 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()
|
| D | shouty_kebab.rs | 20 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()
|
| D | kebab.rs | 19 fn to_kebab_case(&self) -> Self::Owned; in to_kebab_case() 23 fn to_kebab_case(&self) -> Self::Owned { in to_kebab_case()
|
| D | train.rs | 20 fn to_train_case(&self) -> Self::Owned; in to_train_case() 24 fn to_train_case(&self) -> Self::Owned { in to_train_case()
|
| D | title.rs | 20 fn to_title_case(&self) -> Self::Owned; in to_title_case()
|
| /external/rust/crates/crossbeam-epoch/src/ |
| D | atomic.rs | 1048 pub struct Owned<T: ?Sized + Pointable> { struct 1053 impl<T: ?Sized + Pointable> Pointer<T> for Owned<T> { argument 1076 impl<T> Owned<T> { impl 1136 impl<T: ?Sized + Pointable> Owned<T> { implementation 1200 impl<T: ?Sized + Pointable> Drop for Owned<T> { implementation 1209 impl<T: ?Sized + Pointable> fmt::Debug for Owned<T> { implementation 1220 impl<T: Clone> Clone for Owned<T> { implementation 1226 impl<T: ?Sized + Pointable> Deref for Owned<T> { implementation 1235 impl<T: ?Sized + Pointable> DerefMut for Owned<T> { implementation 1242 impl<T> From<T> for Owned<T> { implementation [all …]
|
| /external/rust/crates/darling/tests/ |
| D | enums_unit.rs | 8 Owned, enumerator
|
| /external/cronet/base/functional/ |
| D | bind.h | 326 inline internal::OwnedWrapper<T> Owned(T* o) { in Owned() function 331 inline internal::OwnedWrapper<T, Deleter> Owned( in Owned() function
|
| /external/rust/crates/spki/src/ |
| D | algorithm.rs | 176 type Owned = AlgorithmIdentifierOwned; typedef 177 fn ref_to_owned(&self) -> Self::Owned { in ref_to_owned()
|
| /external/rust/crates/der/src/asn1/ |
| D | printable_string.rs | 208 type Owned = PrintableString; typedef 209 fn ref_to_owned(&self) -> Self::Owned { in ref_to_owned()
|