Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/example/
Dgirth.cpp66 boost::property_map< Graph*, color_t >::type c_map; variable
137 c_map = get(color_t(), g); in main()
149 boost::breadth_first_search(g, s, visitor(vis).color_map(c_map)); in main()
/third_party/boost/boost/graph/
Drandom_spanning_tree.hpp136 boost::default_color_type >::map_type c_map in random_spanning_tree() local
138 random_spanning_tree(g, gen, start_vertex, pred_map, e_w_map, c_map); in random_spanning_tree()
Dastar_search.hpp461 boost::default_color_type >::map_type c_map in astar_search() local
473 astar_search(g, s, h, vis, pred_map, r_map, dist_map, w_map, v_i_map, c_map, in astar_search()
578 boost::default_color_type >::map_type c_map in astar_search_no_init() local
595 astar_search_no_init(g, s, h, vis, pred_map, r_map, dist_map, w_map, c_map, in astar_search_no_init()
/third_party/json/doc/examples/
Dbasic_json__CompatibleType.cpp24 std::map<std::string, int> c_map in main() local
28 json j_map(c_map); in main()
/third_party/json/test/src/
Dunit-readme.cpp240 std::map<std::string, int> c_map { {"one", 1}, {"two", 2}, {"three", 3} }; in skip() local
241 json j_map(c_map); in skip()
/third_party/json/
DREADME.md674 std::map<std::string, int> c_map { {"one", 1}, {"two", 2}, {"three", 3} };
675 json j_map(c_map);