Searched refs:YAML_VALUE_TOKEN (Results 1 – 3 of 3) sorted by relevance
800 token->type != YAML_VALUE_TOKEN && in yaml_parser_parse_indentless_sequence_entry()856 token->type != YAML_VALUE_TOKEN && in yaml_parser_parse_block_mapping_key()907 if (token->type == YAML_VALUE_TOKEN) in yaml_parser_parse_block_mapping_value()914 token->type != YAML_VALUE_TOKEN && in yaml_parser_parse_block_mapping_value()1018 if (token->type != YAML_VALUE_TOKEN && token->type != YAML_FLOW_ENTRY_TOKEN in yaml_parser_parse_flow_sequence_entry_mapping_key()1048 if (token->type == YAML_VALUE_TOKEN) { in yaml_parser_parse_flow_sequence_entry_mapping_value()1134 if (token->type != YAML_VALUE_TOKEN in yaml_parser_parse_flow_mapping_key()1184 if (token->type == YAML_VALUE_TOKEN) { in yaml_parser_parse_flow_mapping_value()
1749 TOKEN_INIT(token, YAML_VALUE_TOKEN, start_mark, end_mark); in yaml_parser_fetch_value()
215 YAML_VALUE_TOKEN, enumerator