Home
last modified time | relevance | path

Searched refs:GetMapKeys (Results 1 – 6 of 6) 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
/external/google-fruit/include/fruit/impl/meta/
Dmap.h28 struct GetMapKeys { struct
Dgraph.h102 using type = GetSecond(FoldVector(GetMapKeys(G), VisitStartingAtNode, Pair<EmptySet, None>));
Dproof_tree_comparison.h83 … ConstructError(ProofNotEntailedByForestBecauseThNotFoundErrorTag, ProofTh, GetMapKeys(Forest)),
/external/google-fruit/include/fruit/impl/
Dcomponent_functors.defn.h712 using InterfacePs = VectorToSetUnchecked(GetMapKeys(typename Comp::InterfaceBindings));