Searched refs:string_key1 (Results 1 – 1 of 1) sorted by relevance
509 static const char *const string_key1 = "String Key 1"; in TEST_F() local516 dict.SetItemForKey(PythonString(string_key1), PythonInteger(int_value1)); in TEST_F()522 EXPECT_TRUE(dict_sp->HasKey(string_key1)); in TEST_F()525 auto int_sp = dict_sp->GetValueForKey(string_key1)->GetAsInteger(); in TEST_F()