Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dmap_utils_unittest.cc26 TEST_F(MapUtilsTest, GetMapKeys) { in TEST_F() argument
27 std::set<std::string> keys = GetMapKeys(map_); in TEST_F()
53 EXPECT_TRUE(GetMapKeys(empty_map).empty()); in TEST_F()
Dmap_utils.h17 inline std::set<typename T::key_type> GetMapKeys(const T& map) { in GetMapKeys() function