Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/yaml-rust/src/
Dparser.rs60 fn empty_scalar_with_anchor(anchor: usize, tag: Option<TokenType>) -> Event { in empty_scalar_with_anchor() method
529 Ok((Event::empty_scalar_with_anchor(anchor_id, tag), mark)) in parse_node()