Searched refs:const_range (Results 1 – 1 of 1) sorted by relevance
894 google::protobuf::Map<int32, int32>::const_iterator> const_range = in TEST_P() local896 EXPECT_TRUE(const_map_.find(key) == const_range.first); in TEST_P()897 EXPECT_TRUE(++const_map_.find(key) == const_range.second); in TEST_P()899 const_range = const_map_.equal_range(key_missing); in TEST_P()900 EXPECT_TRUE(const_map_.end() == const_range.first); in TEST_P()901 EXPECT_TRUE(const_map_.end() == const_range.second); in TEST_P()