Home
last modified time | relevance | path

Searched defs:Owned (Results 1 – 21 of 21) 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()
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()
/third_party/cef/include/base/
Dcef_bind.h216 inline internal::OwnedWrapper<T> Owned(T* o) { in Owned() function
221 inline internal::OwnedWrapper<T, Deleter> Owned( in Owned() function
/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/rust-openssl/openssl/src/
Ddsa.rs71 type Owned = Dsa<T>; typedef
Drsa.rs84 type Owned = Rsa<T>; typedef
Dec.rs726 type Owned = EcKey<T>; typedef
Dpkey.rs143 type Owned = PKey<T>; typedef
/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/clap/src/builder/
Dstr.rs225 Owned(Box<str>), enumerator
Dos_str.rs254 Owned(Box<std::ffi::OsStr>), enumerator
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs1729 type Owned = SslContext; typedef
1731 fn to_owned(&self) -> Self::Owned { in to_owned()
2080 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.rs602 type Owned = X509; typedef