Lines Matching defs:myValue
39 void RBTreeNodeInit(JSHandle<RBTreeNode>& rootNode, std::string& myKey, std::string& myValue,
45 std::string iValue = myValue + std::to_string(i);
54 void RBTreeValueCheck(JSHandle<RBTreeNode>& rootNode, std::string& myKey, std::string& myValue,
60 std::string iValue = myValue + std::to_string(i);
91 std::string myValue("myvalue");
92 RBTreeNodeInit(rootNode, myKey, myValue, NODE_NUMBERS);
95 RBTreeValueCheck(rootNode, myKey, myValue, 0, NODE_NUMBERS);
104 std::string myValue("myvalue");
105 RBTreeNodeInit(rootNode, myKey, myValue, NODE_NUMBERS);
128 RBTreeValueCheck(rootNode, myKey, myValue, NODE_NUMBERS / 2, NODE_NUMBERS);
135 std::string myValue("myvalue");
136 RBTreeNodeInit(rootNode, myKey, myValue, TREE_NODE_NUMBERS);
177 std::string myValue("myvalue");
178 RBTreeNodeInit(rootNode, myKey, myValue, NODE_NUMBERS);