Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/unsafe-libyaml/src/
Dparser.rs15 YAML_FLOW_SEQUENCE_START_TOKEN, YAML_FLOW_SEQUENCE_STYLE, YAML_KEY_TOKEN,
794 && (*token).type_ != YAML_KEY_TOKEN in yaml_parser_parse_indentless_sequence_entry()
833 if (*token).type_ == YAML_KEY_TOKEN { in yaml_parser_parse_block_mapping_key()
840 if (*token).type_ != YAML_KEY_TOKEN in yaml_parser_parse_block_mapping_key()
891 if (*token).type_ != YAML_KEY_TOKEN in yaml_parser_parse_block_mapping_value()
941 if (*token).type_ == YAML_KEY_TOKEN { in yaml_parser_parse_flow_sequence_entry()
1085 if (*token).type_ == YAML_KEY_TOKEN { in yaml_parser_parse_flow_mapping_key()
Dscanner.rs16 YAML_FLOW_SEQUENCE_START_TOKEN, YAML_FOLDED_SCALAR_STYLE, YAML_KEY_TOKEN,
741 (*token).type_ = YAML_KEY_TOKEN; in yaml_parser_fetch_key()
758 (*token).type_ = YAML_KEY_TOKEN; in yaml_parser_fetch_value()
Dyaml.rs179 YAML_KEY_TOKEN = 16, enumerator
/aosp_15_r20/external/python/pyyaml/yaml/
D_yaml.pxd76 YAML_KEY_TOKEN
D_yaml.pyx415 elif token.type == YAML_KEY_TOKEN: