Searched refs:KeyValueNode (Results 1 – 5 of 5) sorted by relevance
44 class KeyValueNode; variable97 bool parseEntry(yaml::Stream &Stream, yaml::KeyValueNode &Entry,
263 class KeyValueNode final : public Node {267 KeyValueNode(std::unique_ptr<Document> &D) in KeyValueNode() function402 friend class basic_collection_iterator<MappingNode, KeyValueNode>;403 typedef basic_collection_iterator<MappingNode, KeyValueNode> iterator;421 KeyValueNode *CurrentEntry;
105 void KeyValueNode::anchor() {} in anchor()2060 Node *KeyValueNode::getKey() { in getKey()2085 Node *KeyValueNode::getValue() { in getValue()2137 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()
352 for (KeyValueNode &KVN : *Map) { in createHNodes()
272 bool RewriteMapParser::parseEntry(yaml::Stream &YS, yaml::KeyValueNode &Entry, in parseEntry()