Searched refs:const_map_ (Results 1 – 1 of 1) sorted by relevance
104 const_map_(*map_ptr_) { in MapImplTest()159 EXPECT_EQ(value, const_map_.at(key)); in ExpectElement()160 Map<int32, int32>::const_iterator const_it = const_map_.find(key); in ExpectElement()176 const Map<int32, int32>& const_map_; member in google::protobuf::internal::MapImplTest220 EXPECT_DEATH(const_map_.at(0), ""); in TEST_F()252 EXPECT_FALSE(const_map_.contains(0)); in TEST_F()260 EXPECT_TRUE(const_map_.end() == const_map_.find(0)); in TEST_F()264 EXPECT_TRUE(const_map_.end() == const_map_.cend()); in TEST_F()278 for (Map<int32, int32>::const_iterator it = const_map_.begin(); in TEST_F()279 it != const_map_.end();) { in TEST_F()[all …]