Searched refs:std_map (Results 1 – 1 of 1) sorted by relevance
906 std::map<int32, int32> std_map(map_.begin(), map_.end()); in TEST_P() local907 EXPECT_EQ(1, std_map.size()); in TEST_P()908 EXPECT_EQ(101, std_map[100]); in TEST_P()