Home
last modified time | relevance | path

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

/optee_benchmark/libyaml/src/
A Dparser.c632 if (indentless_sequence && token->type == YAML_BLOCK_ENTRY_TOKEN) { in yaml_parser_parse_node()
741 if (token->type == YAML_BLOCK_ENTRY_TOKEN) in yaml_parser_parse_block_sequence_entry()
747 if (token->type != YAML_BLOCK_ENTRY_TOKEN && in yaml_parser_parse_block_sequence_entry()
793 if (token->type == YAML_BLOCK_ENTRY_TOKEN) in yaml_parser_parse_indentless_sequence_entry()
799 if (token->type != YAML_BLOCK_ENTRY_TOKEN && in yaml_parser_parse_indentless_sequence_entry()
A Dscanner.c1619 TOKEN_INIT(token, YAML_BLOCK_ENTRY_TOKEN, start_mark, end_mark); in yaml_parser_fetch_block_entry()
/optee_benchmark/libyaml/include/
A Dyaml.h250 YAML_BLOCK_ENTRY_TOKEN, enumerator

Completed in 29 milliseconds