Searched refs:YAML_MAPPING_END_EVENT (Results 1 – 8 of 8) sorted by relevance
64 else if (type == YAML_MAPPING_END_EVENT) in main()
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()
420 while (event.type != YAML_MAPPING_END_EVENT) { in yaml_parser_load_mapping()
604 (EVENT_INIT((event),YAML_MAPPING_END_EVENT,(start_mark),(end_mark)))
68 case YAML_MAPPING_END_EVENT: in copy_event()
659 case YAML_MAPPING_END_EVENT: in main()
959 case YAML_MAPPING_END_EVENT: in main()
382 YAML_MAPPING_END_EVENT enumerator
Completed in 17 milliseconds