Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test.cc102 const_map_(*map_ptr_) { in MapImplTest()
157 EXPECT_EQ(value, const_map_.at(key)); in ExpectElement()
158 Map<int32, int32>::const_iterator const_it = const_map_.find(key); in ExpectElement()
174 const Map<int32, int32>& const_map_; member in google::protobuf::internal::MapImplTest
218 EXPECT_DEATH(const_map_.at(0), ""); in TEST_P()
247 EXPECT_TRUE(const_map_.end() == const_map_.find(0)); in TEST_P()
251 EXPECT_TRUE(const_map_.end() == const_map_.cend()); in TEST_P()
265 for (Map<int32, int32>::const_iterator it = const_map_.begin(); in TEST_P()
266 it != const_map_.end();) { in TEST_P()
597 EXPECT_TRUE(IsConstHelper(*const_map_.begin())); in TEST_P()
[all …]