Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/
Dencode.rs45 leaf_decor.prefix_encode(buf, input, default_decor.0)?; in encode_key_path()
48 dotted_decor.prefix_encode(buf, input, DEFAULT_KEY_PATH_DECOR.0)?; in encode_key_path()
76 leaf_decor.prefix_encode(buf, input, default_decor.0)?; in encode_key_path_ref()
79 dotted_decor.prefix_encode(buf, input, DEFAULT_KEY_PATH_DECOR.0)?; in encode_key_path_ref()
100 decor.prefix_encode(buf, input, default_decor.0)?; in encode_formatted()
124 decor.prefix_encode(buf, input, default_decor.0)?; in encode_array()
155 decor.prefix_encode(buf, input, default_decor.0)?; in encode_table()
296 table.decor.prefix_encode(buf, input, default_decor.0)?; in visit_table()
309 table.decor.prefix_encode(buf, input, default_decor.0)?; in visit_table()
Drepr.rs205 pub(crate) fn prefix_encode( in prefix_encode() method