Lines Matching defs:myKey
39 void RBTreeNodeInit(JSHandle<RBTreeNode>& rootNode, std::string& myKey, std::string& myValue,
44 std::string iKey = myKey + std::to_string(i);
54 void RBTreeValueCheck(JSHandle<RBTreeNode>& rootNode, std::string& myKey, std::string& myValue,
59 std::string iKey = myKey + std::to_string(i);
90 std::string myKey("mykey");
92 RBTreeNodeInit(rootNode, myKey, myValue, NODE_NUMBERS);
95 RBTreeValueCheck(rootNode, myKey, myValue, 0, NODE_NUMBERS);
103 std::string myKey("mykey");
105 RBTreeNodeInit(rootNode, myKey, myValue, NODE_NUMBERS);
109 std::string iKey = myKey + std::to_string(i);
120 std::string iKey = myKey + std::to_string(i);
128 RBTreeValueCheck(rootNode, myKey, myValue, NODE_NUMBERS / 2, NODE_NUMBERS);
134 std::string myKey("mykey");
136 RBTreeNodeInit(rootNode, myKey, myValue, TREE_NODE_NUMBERS);
176 std::string myKey("mykey");
178 RBTreeNodeInit(rootNode, myKey, myValue, NODE_NUMBERS);