Lines Matching refs:KeyValueNode
1801 Node *KeyValueNode::getKey() {1826 Node *KeyValueNode::getValue() {1877 // KeyValueNode eats the TK_Key. That way it can detect null keys.1878 CurrentEntry = new (getAllocator()) KeyValueNode(Doc);2105 // Don't eat the TK_Key, KeyValueNode expects it.