Searched refs:YAML_MAPPING_NODE (Results 1 – 6 of 6) sorted by relevance
189 if (node.type == YAML_MAPPING_NODE) { in yaml_emitter_delete_document_and_anchors()223 case YAML_MAPPING_NODE: in yaml_emitter_anchor_node()286 case YAML_MAPPING_NODE: in yaml_emitter_dump_node()
320 case YAML_MAPPING_NODE: { in yaml_parser_load_node_add()538 assert(parser->document->nodes.start[index-1].type == YAML_MAPPING_NODE); in yaml_parser_load_mapping_end()
1139 case YAML_MAPPING_NODE: in yaml_document_delete()1376 assert(document->nodes.start[mapping-1].type == YAML_MAPPING_NODE); in yaml_document_append_mapping_pair()
655 (NODE_INIT((node),YAML_MAPPING_NODE,(node_tag),(start_mark),(end_mark)), \
39 case YAML_MAPPING_NODE: in copy_document()60 case YAML_MAPPING_NODE: in copy_document()113 case YAML_MAPPING_NODE: in compare_nodes()
701 YAML_MAPPING_NODE enumerator