Searched refs:const_range (Results 1 – 2 of 2) sorted by relevance
893 google::protobuf::Map<int32, int32>::const_iterator> const_range = in TEST_P() local895 EXPECT_TRUE(const_map_.find(key) == const_range.first); in TEST_P()896 EXPECT_TRUE(++const_map_.find(key) == const_range.second); in TEST_P()898 const_range = const_map_.equal_range(key_missing); in TEST_P()899 EXPECT_TRUE(const_map_.end() == const_range.first); in TEST_P()900 EXPECT_TRUE(const_map_.end() == const_range.second); in TEST_P()
215 typedef iterator_range<const_iterator> const_range; typedef in llvm::sroa::AllocaSlices