Searched refs:KeyValueNode (Results 1 – 5 of 5) sorted by relevance
44 class KeyValueNode; variable97 bool parseEntry(yaml::Stream &Stream, yaml::KeyValueNode &Entry,
264 class KeyValueNode final : public Node {268 KeyValueNode(std::unique_ptr<Document> &D) in KeyValueNode() function390 friend class basic_collection_iterator<MappingNode, KeyValueNode>;391 typedef basic_collection_iterator<MappingNode, KeyValueNode> iterator;409 KeyValueNode *CurrentEntry;
105 void KeyValueNode::anchor() {} in anchor()2062 Node *KeyValueNode::getKey() { in getKey()2087 Node *KeyValueNode::getValue() { in getValue()2139 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()
352 for (KeyValueNode &KVN : *Map) { in createHNodes()
273 bool RewriteMapParser::parseEntry(yaml::Stream &YS, yaml::KeyValueNode &Entry, in parseEntry()