Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test.cc906 std::map<int32, int32> std_map(map_.begin(), map_.end()); in TEST_P() local
907 EXPECT_EQ(1, std_map.size()); in TEST_P()
908 EXPECT_EQ(101, std_map[100]); in TEST_P()