Home | History | Annotate | Download | only in common

Lines Matching refs:GetKey

77   RegistryDict* actual_subdict = test_dict.GetKey("two");
85 actual_subdict = test_dict.GetKey("two");
88 actual_subdict = test_dict.GetKey("four");
94 EXPECT_FALSE(test_dict.GetKey("one"));
95 EXPECT_FALSE(test_dict.GetKey("three"));
106 RegistryDict* actual_subdict = test_dict.GetKey("One");
118 actual_subdict = test_dict.GetKey("One");
154 RegistryDict* actual_subdict = dict_a.GetKey("three");
157 actual_subdict = dict_a.GetKey("six");
177 EXPECT_TRUE(dict_b.GetKey("two"));
182 EXPECT_FALSE(dict_a.GetKey("two"));
264 RegistryDict* actual_subdict = test_dict.GetKey("one");