| /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 | 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()
  | 
| D | title.rs | 18     fn to_title_case(&self) -> Self::Owned;  in to_title_case()
  | 
| /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 | 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 | 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 | 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()
  | 
| D | lower_camel.rs | 20     fn to_lower_camel_case(&self) -> Self::Owned;  in to_lower_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()
  | 
| D | mod.rs | 96         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()
  | 
| D | level.rs | 176     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/ | 
| D | atomic.rs | 1060 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/ | 
| D | bind.h | 347 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/ | 
| D | slice.rs | 34     Owned(Vec<T>)  enumerator
  | 
| D | object.rs | 36     Owned(Box<T>)  enumerator
  | 
| /external/rust/crates/memchr/src/ | 
| D | cow.rs | 19     Owned(Box<[u8]>),  enumerator
  | 
| /external/rust/crates/xml-rs/src/ | 
| D | escape.rs | 35     Owned(String)  enumerator
  | 
| /external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ | 
| D | cuda_blas_lt.h | 42   using Owned =  variable
  |