Home
last modified time | relevance | path

Searched refs:suffix_encode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/
Dencode.rs54 leaf_decor.suffix_encode(buf, input, default_decor.1)?; in encode_key_path()
56 dotted_decor.suffix_encode(buf, input, DEFAULT_KEY_PATH_DECOR.1)?; in encode_key_path()
85 leaf_decor.suffix_encode(buf, input, default_decor.1)?; in encode_key_path_ref()
87 dotted_decor.suffix_encode(buf, input, DEFAULT_KEY_PATH_DECOR.1)?; in encode_key_path_ref()
113 decor.suffix_encode(buf, input, default_decor.1)?; in encode_formatted()
143 decor.suffix_encode(buf, input, default_decor.1)?; in encode_array()
176 decor.suffix_encode(buf, input, default_decor.1)?; in encode_table()
300 table.decor.suffix_encode(buf, input, default_decor.1)?; in visit_table()
313 table.decor.suffix_encode(buf, input, default_decor.1)?; in visit_table()
Drepr.rs229 pub(crate) fn suffix_encode( in suffix_encode() method