Home
last modified time | relevance | path

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

/third_party/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()
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()
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()
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()
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()
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()
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()
/third_party/rust/crates/syn/codegen/src/
Doperand.rs6 Owned(TokenStream), enumerator
/third_party/rust/crates/memchr/src/
Dcow.rs19 Owned(Box<[u8]>), enumerator
/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs906 type Owned = RawOsString; typedef
909 fn to_owned(&self) -> Self::Owned { in to_owned()
/third_party/rust/crates/rust-openssl/openssl/src/
Ddsa.rs72 type Owned = Dsa<T>; typedef
Drsa.rs84 type Owned = Rsa<T>; typedef
Dpkey.rs147 type Owned = PKey<T>; typedef
Dec.rs781 type Owned = EcKey<T>; typedef
/third_party/rust/crates/clap/src/builder/
Dos_str.rs254 Owned(Box<std::ffi::OsStr>), enumerator
Dstr.rs225 Owned(Box<str>), enumerator
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs1740 type Owned = SslContext; typedef
1742 fn to_owned(&self) -> Self::Owned { in to_owned()
2108 type Owned = SslSession; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp976 StringView Owned = copyString(Name); in memorizeIdentifier() local
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs682 type Owned = X509; typedef