Lines Matching refs:SetKeyValue
43 map.SetKeyValue("key1", "value1"); in TEST()
50 map.SetKeyValue("key1", "value3"); in TEST()
68 dict.SetKeyValue("key1", "value1"); in TEST()
69 dict.SetKeyValue("key2", "value2"); in TEST()
70 dict.SetKeyValue("key3", "value3"); in TEST()
86 dict.SetKeyValue("key2", NULL); in TEST()
94 map.SetKeyValue("one", "a"); in TEST()
95 map.SetKeyValue("two", "b"); in TEST()
96 map.SetKeyValue("three", "c"); in TEST()
105 map_copy.SetKeyValue("four", "d"); in TEST()
115 map_assign.SetKeyValue("four", "d"); in TEST()
148 dict->SetKeyValue(key, value); in TEST()
153 dict->SetKeyValue("key2", "value2"); in TEST()
154 dict->SetKeyValue("key4", "value4"); in TEST()
155 dict->SetKeyValue("key15", "value15"); in TEST()
168 dict->SetKeyValue(key, value); in TEST()
230 map.SetKeyValue("rob", "ert"); in TEST()
231 map.SetKeyValue("mike", "pink"); in TEST()
232 map.SetKeyValue("mark", "allays"); in TEST()
244 map.SetKeyValue("mark", "mal"); in TEST()
256 map.SetKeyValue("one", "abc"); in TEST()
257 map.SetKeyValue("two", "def"); in TEST()
258 map.SetKeyValue("tre", "hig"); in TEST()
284 map.SetKeyValue("a", "1"); in TEST()
285 map.SetKeyValue("b", "2"); in TEST()
286 map.SetKeyValue("c", "3"); in TEST()
294 size_t index1 = map.SetKeyValue("test", "one"); in TEST()
297 size_t index2 = map.SetKeyValue("moo", "foo"); in TEST()
301 size_t index3 = map.SetKeyValue("blob", "kebab"); in TEST()
305 size_t index4 = map.SetKeyValue("nogo", "full"); in TEST()
326 ASSERT_DEATH(map.SetKeyValue(NULL, "hello"), ""); in TEST()
328 map.SetKeyValue("hi", "there"); in TEST()