Searched refs:c_map (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/graph/example/ |
D | girth.cpp | 66 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/ |
D | random_spanning_tree.hpp | 136 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()
|
D | astar_search.hpp | 461 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/ |
D | basic_json__CompatibleType.cpp | 24 std::map<std::string, int> c_map in main() local 28 json j_map(c_map); in main()
|
/third_party/json/test/src/ |
D | unit-readme.cpp | 240 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/ |
D | README.md | 674 std::map<std::string, int> c_map { {"one", 1}, {"two", 2}, {"three", 3} }; 675 json j_map(c_map);
|