Searched refs:YAML_MAPPING_END_EVENT (Results 1 – 7 of 7) sorted by relevance
346 case YAML_MAPPING_END_EVENT: in yaml_emitter_need_more_events()790 if (event->type == YAML_MAPPING_END_EVENT) in yaml_emitter_emit_flow_mapping_key()909 if (event->type == YAML_MAPPING_END_EVENT) in yaml_emitter_emit_block_mapping_key()1120 && emitter->events.head[1].type == YAML_MAPPING_END_EVENT); in yaml_emitter_check_empty_mapping()
411 while (event.type != YAML_MAPPING_END_EVENT) { in yaml_parser_load_mapping()
585 (EVENT_INIT((event),YAML_MAPPING_END_EVENT,(start_mark),(end_mark)))
68 case YAML_MAPPING_END_EVENT: in copy_event()
959 case YAML_MAPPING_END_EVENT: in main()
659 case YAML_MAPPING_END_EVENT: in main()
380 YAML_MAPPING_END_EVENT enumerator