Searched refs:YAML_BLOCK_END_TOKEN (Results 1 – 3 of 3) sorted by relevance
748 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()
1275 TOKEN_INIT(token, YAML_BLOCK_END_TOKEN, parser->mark, parser->mark); in yaml_parser_unroll_indent()
238 YAML_BLOCK_END_TOKEN, enumerator
Completed in 12 milliseconds