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()801 token->type != YAML_BLOCK_END_TOKEN) { in yaml_parser_parse_indentless_sequence_entry()857 token->type != YAML_BLOCK_END_TOKEN) { in yaml_parser_parse_block_mapping_key()869 else if (token->type == YAML_BLOCK_END_TOKEN) in yaml_parser_parse_block_mapping_key()915 token->type != YAML_BLOCK_END_TOKEN) { in yaml_parser_parse_block_mapping_value()
1270 TOKEN_INIT(token, YAML_BLOCK_END_TOKEN, parser->mark, parser->mark); in yaml_parser_unroll_indent()
197 YAML_BLOCK_END_TOKEN, enumerator