Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/unsafe-libyaml/src/
Dscanner.rs202 if yaml_parser_fetch_next_token(parser).fail { in yaml_parser_fetch_more_tokens()
210 unsafe fn yaml_parser_fetch_next_token(parser: *mut yaml_parser_t) -> Success { in yaml_parser_fetch_next_token() function