Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/unsafe-libyaml/src/
Dscanner.rs251 return yaml_parser_fetch_flow_collection_start(parser, YAML_FLOW_SEQUENCE_START_TOKEN); in yaml_parser_fetch_next_token()
254 return yaml_parser_fetch_flow_collection_start(parser, YAML_FLOW_MAPPING_START_TOKEN); in yaml_parser_fetch_next_token()
582 unsafe fn yaml_parser_fetch_flow_collection_start( in yaml_parser_fetch_flow_collection_start() function