Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/
Dencode.rs62 pub(crate) fn encode_key_path_ref( in encode_key_path_ref() function
170 encode_key_path_ref(&key_path, buf, input, DEFAULT_INLINE_KEY_DECOR)?; in encode_table()
318 encode_key_path_ref(&key_path, buf, input, DEFAULT_KEY_DECOR)?; in visit_table()
Dtable.rs440 crate::encode::encode_key_path_ref(&key_path, f, None, DEFAULT_KEY_DECOR)?; in fmt()