Searched refs:kInt16Key (Results 1 – 2 of 2) sorted by relevance
245 const string kInt16Key("int16"); in TEST_F() local247 store_.SetInt16(kInt16Key, kInt16Value); in TEST_F()279 EXPECT_TRUE(store_.ContainsInt16(kInt16Key)); in TEST_F()295 EXPECT_FALSE(store_.ContainsInt16(kInt16Key)); in TEST_F()542 const string kInt16Key("int16"); in TEST_F() local544 donor.SetInt16(kInt16Key, kInt16Value); in TEST_F()595 static const char kInt16Key[] = "Int16Key"; in TEST_F() local619 store.SetInt16(kInt16Key, kInt16Value); in TEST_F()639 EXPECT_EQ(kInt16Value, dict[kInt16Key].Get<int16_t>()); in TEST_F()665 static const char kInt16Key[] = "Int16Key"; in TEST_F() local[all …]
744 const string kInt16Key = "int16p"; in TEST_F() local765 store.RegisterInt16(kInt16Key, &int16_value); in TEST_F()802 dict.insert(std::make_pair(kInt16Key, brillo::Any(new_int16_value))); in TEST_F()824 EXPECT_EQ(new_int16_value, result_dict[kInt16Key].Get<int16_t>()); in TEST_F()