Home
last modified time | relevance | path

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

/optee_benchmark/libyaml/src/
A Dparser.c800 token->type != YAML_KEY_TOKEN && in yaml_parser_parse_indentless_sequence_entry()
850 if (token->type == YAML_KEY_TOKEN) in yaml_parser_parse_block_mapping_key()
856 if (token->type != YAML_KEY_TOKEN && in yaml_parser_parse_block_mapping_key()
915 if (token->type != YAML_KEY_TOKEN && in yaml_parser_parse_block_mapping_value()
982 if (token->type == YAML_KEY_TOKEN) { in yaml_parser_parse_flow_sequence_entry()
1134 if (token->type == YAML_KEY_TOKEN) { in yaml_parser_parse_flow_mapping_key()
A Dscanner.c1672 TOKEN_INIT(token, YAML_KEY_TOKEN, start_mark, end_mark); in yaml_parser_fetch_key()
1698 TOKEN_INIT(token, YAML_KEY_TOKEN, simple_key->mark, simple_key->mark); in yaml_parser_fetch_value()
/optee_benchmark/libyaml/include/
A Dyaml.h254 YAML_KEY_TOKEN, enumerator

Completed in 13 milliseconds