Home
last modified time | relevance | path

Searched refs:const_map_ (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_test.cc101 const_map_(*map_ptr_) { in MapImplTest()
156 EXPECT_EQ(value, const_map_.at(key)); in ExpectElement()
157 Map<int32, int32>::const_iterator const_it = const_map_.find(key); in ExpectElement()
173 const Map<int32, int32>& const_map_; member in google::protobuf::internal::MapImplTest
217 EXPECT_DEATH(const_map_.at(0), ""); in TEST_P()
246 EXPECT_TRUE(const_map_.end() == const_map_.find(0)); in TEST_P()
250 EXPECT_TRUE(const_map_.end() == const_map_.cend()); in TEST_P()
264 for (Map<int32, int32>::const_iterator it = const_map_.begin(); in TEST_P()
265 it != const_map_.end();) { in TEST_P()
596 EXPECT_TRUE(IsConstHelper(*const_map_.begin())); in TEST_P()
[all …]