Home
last modified time | relevance | path

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

/optee_benchmark/libyaml/src/
A Dparser.c748 token->type != YAML_BLOCK_END_TOKEN) { in yaml_parser_parse_block_sequence_entry()
760 else if (token->type == YAML_BLOCK_END_TOKEN) in yaml_parser_parse_block_sequence_entry()
802 token->type != YAML_BLOCK_END_TOKEN) { in yaml_parser_parse_indentless_sequence_entry()
858 token->type != YAML_BLOCK_END_TOKEN) { in yaml_parser_parse_block_mapping_key()
870 else if (token->type == YAML_BLOCK_END_TOKEN) in yaml_parser_parse_block_mapping_key()
917 token->type != YAML_BLOCK_END_TOKEN) { in yaml_parser_parse_block_mapping_value()
A Dscanner.c1275 TOKEN_INIT(token, YAML_BLOCK_END_TOKEN, parser->mark, parser->mark); in yaml_parser_unroll_indent()
/optee_benchmark/libyaml/include/
A Dyaml.h238 YAML_BLOCK_END_TOKEN, enumerator

Completed in 12 milliseconds