/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/metadata/ |
D | encoding.rs | 32 fn from_static(value: &'static str) -> HeaderValue; in from_static() method 93 fn from_static(value: &'static str) -> HeaderValue { in from_static() method 140 fn from_static(value: &'static str) -> HeaderValue { in from_static() method
|
D | key.rs | 102 pub fn from_static(src: &'static str) -> Self { in from_static() method
|
D | value.rs | 73 pub fn from_static(src: &'static str) -> Self { in from_static() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/ |
D | ext.rs | 19 pub const fn from_static(value: &'static str) -> Self { in from_static() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/ |
D | byte_str.rs | 21 pub const fn from_static(val: &'static str) -> ByteStr { in from_static() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/header/ |
D | name.rs | 1251 pub const fn from_static(src: &'static str) -> HeaderName { in from_static() method 1533 pub fn from_static<F, U>(hdr: &'static str, f: F) -> U in from_static() method
|
D | value.rs | 83 pub const fn from_static(src: &'static str) -> HeaderValue { in from_static() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/ |
D | ext.rs | 32 pub const fn from_static(value: &'static str) -> Self { in from_static() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/ext/ |
D | h1_reason_phrase.rs | 45 pub fn from_static(reason: &'static [u8]) -> Self { in from_static() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/hpack/ |
D | header.rs | 267 pub(crate) const fn from_static(value: &'static str) -> Self { in from_static() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/src/ |
H A D | bytes.rs | 164 pub const fn from_static(bytes: &'static [u8]) -> Self { in from_static() method 174 pub fn from_static(bytes: &'static [u8]) -> Self { in from_static() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/channel/ |
D | endpoint.rs | 63 pub fn from_static(s: &'static str) -> Self { in from_static() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/uri/ |
D | path.rs | 124 pub fn from_static(src: &'static str) -> Self { in from_static() method
|
D | authority.rs | 48 pub fn from_static(src: &'static str) -> Self { in from_static() method
|
D | mod.rs | 361 pub fn from_static(src: &'static str) -> Self { in from_static() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/src/ |
D | bytes.rs | 168 pub const fn from_static(bytes: &'static [u8]) -> Self { in from_static() method 179 pub fn from_static(bytes: &'static [u8]) -> Self { in from_static() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/tests/ |
H A D | test_bytes.rs | 634 fn from_static() { in from_static() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/tests/ |
D | test_bytes.rs | 638 fn from_static() { in from_static() function
|