Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/
Dmod.rs43 pub(crate) fn parse_key_path(raw: &str) -> Result<Vec<crate::Key>, TomlError> { in parse_key_path() function
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/
Dkey.rs177 let mut keys = crate::parser::parse_key_path(s)?; in try_parse_path()