Home
last modified time | relevance | path

Searched refs:YAML_MAPPING_END_EVENT (Results 1 – 8 of 8) sorted by relevance

/optee_benchmark/libyaml/tests/run-test-suite/src/
A Dlibyaml-parser.c64 else if (type == YAML_MAPPING_END_EVENT) in main()
/optee_benchmark/libyaml/src/
A Demitter.c346 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()
A Dloader.c420 while (event.type != YAML_MAPPING_END_EVENT) { in yaml_parser_load_mapping()
A Dyaml_private.h604 (EVENT_INIT((event),YAML_MAPPING_END_EVENT,(start_mark),(end_mark)))
/optee_benchmark/libyaml/tests/
A Drun-emitter.c68 case YAML_MAPPING_END_EVENT: in copy_event()
A Dexample-deconstructor-alt.c659 case YAML_MAPPING_END_EVENT: in main()
A Dexample-deconstructor.c959 case YAML_MAPPING_END_EVENT: in main()
/optee_benchmark/libyaml/include/
A Dyaml.h382 YAML_MAPPING_END_EVENT enumerator

Completed in 17 milliseconds