Searched refs:encode_with_default (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/ |
D | encode.rs | 141 this.trailing().encode_with_default(buf, input, "")?; in encode_array() 157 this.preamble().encode_with_default(buf, input, "")?; in encode_table() 225 .encode_with_default(f, self.original.as_deref(), "") in fmt()
|
D | repr.rs | 212 prefix.encode_with_default(buf, input, default) in prefix_encode() 236 suffix.encode_with_default(buf, input, default) in suffix_encode()
|
D | raw_string.rs | 93 pub(crate) fn encode_with_default( in encode_with_default() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/prost-derive-0.12.4/src/field/ |
H A D | map.rs | 137 ::prost::encoding::#module::encode_with_default( in encode()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/prost-0.12.3/src/ |
H A D | encoding.rs | 1251 encode_with_default( 1301 pub fn encode_with_default<K, V, B, KE, KL, VE, VL>(
|