Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dmap_utils_unittest.cc38 TEST_F(MapUtilsTest, GetMapValues) { in TEST_F() argument
39 std::vector<int> values = GetMapValues(map_); in TEST_F()
55 EXPECT_TRUE(GetMapValues(empty_map).empty()); in TEST_F()
Dmap_utils.h37 inline std::vector<typename T::mapped_type> GetMapValues(const T& map) { in GetMapValues() function