Searched refs:YAML_MAPPING_NODE (Results 1 – 5 of 5) 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()
1138 case YAML_MAPPING_NODE: in yaml_document_delete()1375 assert(document->nodes.start[mapping-1].type == YAML_MAPPING_NODE); in yaml_document_append_mapping_pair()
654 (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()111 case YAML_MAPPING_NODE: in compare_nodes()
701 YAML_MAPPING_NODE enumerator
Completed in 12 milliseconds