Searched refs:GetMapValues (Results 1 – 2 of 2) sorted by relevance
38 TEST_F(MapUtilsTest, GetMapValues) { in TEST_F() argument39 std::vector<int> values = GetMapValues(map_); in TEST_F()55 EXPECT_TRUE(GetMapValues(empty_map).empty()); in TEST_F()
37 inline std::vector<typename T::mapped_type> GetMapValues(const T& map) { in GetMapValues() function