Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test.cc913 std::vector<std::pair<int32, int32> > std_vec(map_.begin(), map_.end()); in TEST_P() local
914 EXPECT_EQ(1, std_vec.size()); in TEST_P()
915 EXPECT_EQ(100, std_vec[0].first); in TEST_P()
916 EXPECT_EQ(101, std_vec[0].second); in TEST_P()