Home
last modified time | relevance | path

Searched defs:property_map (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/graph/
H A Dstanford_graph.hpp418 typedef sgb_edge_length_map<long&> type;
423 typedef sgb_vertex_id_map type;
424 typedef sgb_vertex_id_map const_type;
428 typedef sgb_vertex_name_map type;
429 typedef sgb_vertex_name_map const_type;
438 typedef sgb_vertex_id_map const_type;
442 typedef sgb_vertex_name_map const_type;
463 struct property_map<sgb_graph_ptr, PropertyTag> { struct
466 typedef typename Choice::type type;
467 typedef typename Choice::const_type const_type;
[all …]
H A Dreverse_graph.hpp362 struct property_map<reverse_graph<BidirGraph, GRef>, Property> { struct
364 typedef boost::is_const<typename boost::remove_reference<GRef>::type> is_ref_const;
369 orig_type;
370 typedef typename property_map<BidirGraph, Property>::const_type orig_const_type;
376 struct property_map<const reverse_graph<BidirGraph, GRef>, Property> { struct
378 typedef typename property_map<BidirGraph, Property>::const_type orig_const_type;
380 typedef const_type type;
449 struct property_map<reverse_graph<Graph, GRef>, edge_underlying_t> { struct
451 typedef typename graph_traits<Graph>::edge_descriptor ed;
454 typedef detail::underlying_edge_desc_map_type<ed> type;
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/graph/
H A Dstanford_graph.hpp418 typedef sgb_edge_length_map<long&> type;
423 typedef sgb_vertex_id_map type;
424 typedef sgb_vertex_id_map const_type;
428 typedef sgb_vertex_name_map type;
429 typedef sgb_vertex_name_map const_type;
438 typedef sgb_vertex_id_map const_type;
442 typedef sgb_vertex_name_map const_type;
463 struct property_map<sgb_graph_ptr, PropertyTag> { struct
466 typedef typename Choice::type type;
467 typedef typename Choice::const_type const_type;
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/graph/
H A Dstanford_graph.hpp418 typedef sgb_edge_length_map<long&> type;
423 typedef sgb_vertex_id_map type;
424 typedef sgb_vertex_id_map const_type;
428 typedef sgb_vertex_name_map type;
429 typedef sgb_vertex_name_map const_type;
438 typedef sgb_vertex_id_map const_type;
442 typedef sgb_vertex_name_map const_type;
463 struct property_map<sgb_graph_ptr, PropertyTag> { struct
466 typedef typename Choice::type type;
467 typedef typename Choice::const_type const_type;
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/graph/
H A Dstanford_graph.hpp418 typedef sgb_edge_length_map<long&> type;
423 typedef sgb_vertex_id_map type;
424 typedef sgb_vertex_id_map const_type;
428 typedef sgb_vertex_name_map type;
429 typedef sgb_vertex_name_map const_type;
438 typedef sgb_vertex_id_map const_type;
442 typedef sgb_vertex_name_map const_type;
463 struct property_map<sgb_graph_ptr, PropertyTag> { struct
466 typedef typename Choice::type type;
467 typedef typename Choice::const_type const_type;
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/graph/
H A Dstanford_graph.hpp418 typedef sgb_edge_length_map<long&> type;
423 typedef sgb_vertex_id_map type;
424 typedef sgb_vertex_id_map const_type;
428 typedef sgb_vertex_name_map type;
429 typedef sgb_vertex_name_map const_type;
438 typedef sgb_vertex_id_map const_type;
442 typedef sgb_vertex_name_map const_type;
463 struct property_map<sgb_graph_ptr, PropertyTag> { struct
466 typedef typename Choice::type type;
467 typedef typename Choice::const_type const_type;
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/graph/
H A Dstanford_graph.hpp418 typedef sgb_edge_length_map<long&> type;
423 typedef sgb_vertex_id_map type;
424 typedef sgb_vertex_id_map const_type;
428 typedef sgb_vertex_name_map type;
429 typedef sgb_vertex_name_map const_type;
438 typedef sgb_vertex_id_map const_type;
442 typedef sgb_vertex_name_map const_type;
463 struct property_map<sgb_graph_ptr, PropertyTag> { struct
466 typedef typename Choice::type type;
467 typedef typename Choice::const_type const_type;
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/graph/
H A Dstanford_graph.hpp418 typedef sgb_edge_length_map<long&> type;
423 typedef sgb_vertex_id_map type;
424 typedef sgb_vertex_id_map const_type;
428 typedef sgb_vertex_name_map type;
429 typedef sgb_vertex_name_map const_type;
438 typedef sgb_vertex_id_map const_type;
442 typedef sgb_vertex_name_map const_type;
463 struct property_map<sgb_graph_ptr, PropertyTag> { struct
466 typedef typename Choice::type type;
467 typedef typename Choice::const_type const_type;
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/common_audio/signal_processing/
H A Dauto_corr_to_refl_coef.c78 }
79 if (*p1ptr > 0)
83 // Last iteration; don't do Schur recursion.
84 if (n == use_order)
87 // Schur recursion.
90 tmp = (int16_t)(((int32_t)*p1ptr * (int32_t)*K + 16384) >> 15);
/dports/devel/boost-docs/boost_1_72_0/boost/graph/
H A Dstanford_graph.hpp425 typedef sgb_edge_length_map<long&> type;
430 typedef sgb_vertex_id_map type;
431 typedef sgb_vertex_id_map const_type;
435 typedef sgb_vertex_name_map type;
436 typedef sgb_vertex_name_map const_type;
445 typedef sgb_vertex_id_map const_type;
449 typedef sgb_vertex_name_map const_type;
470 struct property_map<sgb_graph_ptr, PropertyTag> { struct
473 typedef typename Choice::type type;
474 typedef typename Choice::const_type const_type;
[all …]
H A Dreverse_graph.hpp369 struct property_map<reverse_graph<BidirGraph, GRef>, Property> { struct
371 typedef boost::is_const<typename boost::remove_reference<GRef>::type> is_ref_const;
376 orig_type;
377 typedef typename property_map<BidirGraph, Property>::const_type orig_const_type;
383 struct property_map<const reverse_graph<BidirGraph, GRef>, Property> { struct
385 typedef typename property_map<BidirGraph, Property>::const_type orig_const_type;
387 typedef const_type type;
456 struct property_map<reverse_graph<Graph, GRef>, edge_underlying_t> { struct
458 typedef typename graph_traits<Graph>::edge_descriptor ed;
461 typedef detail::underlying_edge_desc_map_type<ed> type;
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/graph/
H A Dstanford_graph.hpp471 typedef sgb_edge_length_map< long& > type;
476 typedef sgb_vertex_id_map type;
477 typedef sgb_vertex_id_map const_type;
481 typedef sgb_vertex_name_map type;
482 typedef sgb_vertex_name_map const_type;
491 typedef sgb_vertex_id_map const_type;
495 typedef sgb_vertex_name_map const_type;
523 typedef typename Choice::type type;
524 typedef typename Choice::const_type const_type;
527 struct property_map< sgb_const_graph_ptr, PropertyTag > struct
[all …]
H A Dreverse_graph.hpp477 is_edge_prop;
479 is_ref_const;
484 orig_const_type;
487 type;
490 orig_const_type >::type const_type;
499 is_edge_prop;
501 orig_const_type;
504 orig_const_type >::type const_type;
505 typedef const_type type;
581 typedef typename graph_traits< Graph >::edge_descriptor ed;
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/
H A Dstanford_graph.hpp416 typedef sgb_edge_length_map<long&> type;
421 typedef sgb_vertex_id_map type;
422 typedef sgb_vertex_id_map const_type;
426 typedef sgb_vertex_name_map type;
427 typedef sgb_vertex_name_map const_type;
436 typedef sgb_vertex_id_map const_type;
440 typedef sgb_vertex_name_map const_type;
462 struct property_map<sgb_graph_ptr, PropertyTag> { struct
465 typedef typename Choice::type type;
466 typedef typename Choice::const_type const_type;
[all …]
H A Dproperties.hpp247 struct property_map { struct
249 typedef typename property_kind<Property>::type Kind;
252 typedef typename Bind::type Map;
254 typedef typename Map::type type;
255 typedef typename Map::const_type const_type;
414 struct property_map<Graph, T Bundle::*> struct
417 typedef graph_traits<Graph> traits;
419 typedef typename Graph::edge_bundled edge_bundled;
423 descriptor;
427 actual_bundle;
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/graph/
H A Dstanford_graph.hpp471 typedef sgb_edge_length_map< long& > type;
476 typedef sgb_vertex_id_map type;
477 typedef sgb_vertex_id_map const_type;
481 typedef sgb_vertex_name_map type;
482 typedef sgb_vertex_name_map const_type;
491 typedef sgb_vertex_id_map const_type;
495 typedef sgb_vertex_name_map const_type;
523 typedef typename Choice::type type;
524 typedef typename Choice::const_type const_type;
527 struct property_map< sgb_const_graph_ptr, PropertyTag > struct
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/graph/
H A Dstanford_graph.hpp471 typedef sgb_edge_length_map< long& > type;
476 typedef sgb_vertex_id_map type;
477 typedef sgb_vertex_id_map const_type;
481 typedef sgb_vertex_name_map type;
482 typedef sgb_vertex_name_map const_type;
491 typedef sgb_vertex_id_map const_type;
495 typedef sgb_vertex_name_map const_type;
523 typedef typename Choice::type type;
524 typedef typename Choice::const_type const_type;
527 struct property_map< sgb_const_graph_ptr, PropertyTag > struct
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/graph/
H A Dstanford_graph.hpp426 typedef sgb_edge_length_map<long&> type;
431 typedef sgb_vertex_id_map type;
432 typedef sgb_vertex_id_map const_type;
436 typedef sgb_vertex_name_map type;
437 typedef sgb_vertex_name_map const_type;
446 typedef sgb_vertex_id_map const_type;
450 typedef sgb_vertex_name_map const_type;
471 struct property_map<sgb_graph_ptr, PropertyTag> { struct
474 typedef typename Choice::type type;
475 typedef typename Choice::const_type const_type;
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/graph/
H A Dstanford_graph.hpp425 typedef sgb_edge_length_map<long&> type;
430 typedef sgb_vertex_id_map type;
431 typedef sgb_vertex_id_map const_type;
435 typedef sgb_vertex_name_map type;
436 typedef sgb_vertex_name_map const_type;
445 typedef sgb_vertex_id_map const_type;
449 typedef sgb_vertex_name_map const_type;
470 struct property_map<sgb_graph_ptr, PropertyTag> { struct
473 typedef typename Choice::type type;
474 typedef typename Choice::const_type const_type;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/graph/
H A Dstanford_graph.hpp425 typedef sgb_edge_length_map<long&> type;
430 typedef sgb_vertex_id_map type;
431 typedef sgb_vertex_id_map const_type;
435 typedef sgb_vertex_name_map type;
436 typedef sgb_vertex_name_map const_type;
445 typedef sgb_vertex_id_map const_type;
449 typedef sgb_vertex_name_map const_type;
470 struct property_map<sgb_graph_ptr, PropertyTag> { struct
473 typedef typename Choice::type type;
474 typedef typename Choice::const_type const_type;
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/graph/
H A Dstanford_graph.hpp426 typedef sgb_edge_length_map<long&> type;
431 typedef sgb_vertex_id_map type;
432 typedef sgb_vertex_id_map const_type;
436 typedef sgb_vertex_name_map type;
437 typedef sgb_vertex_name_map const_type;
446 typedef sgb_vertex_id_map const_type;
450 typedef sgb_vertex_name_map const_type;
471 struct property_map<sgb_graph_ptr, PropertyTag> { struct
474 typedef typename Choice::type type;
475 typedef typename Choice::const_type const_type;
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/graph/
H A Dstanford_graph.hpp471 typedef sgb_edge_length_map< long& > type;
476 typedef sgb_vertex_id_map type;
477 typedef sgb_vertex_id_map const_type;
481 typedef sgb_vertex_name_map type;
482 typedef sgb_vertex_name_map const_type;
491 typedef sgb_vertex_id_map const_type;
495 typedef sgb_vertex_name_map const_type;
523 typedef typename Choice::type type;
524 typedef typename Choice::const_type const_type;
527 struct property_map< sgb_const_graph_ptr, PropertyTag > struct
[all …]
H A Dreverse_graph.hpp477 is_edge_prop;
479 is_ref_const;
484 orig_const_type;
487 type;
490 orig_const_type >::type const_type;
499 is_edge_prop;
501 orig_const_type;
504 orig_const_type >::type const_type;
505 typedef const_type type;
581 typedef typename graph_traits< Graph >::edge_descriptor ed;
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/graph/
H A Dstanford_graph.hpp416 typedef sgb_edge_length_map<long&> type;
421 typedef sgb_vertex_id_map type;
422 typedef sgb_vertex_id_map const_type;
426 typedef sgb_vertex_name_map type;
427 typedef sgb_vertex_name_map const_type;
436 typedef sgb_vertex_id_map const_type;
440 typedef sgb_vertex_name_map const_type;
462 struct property_map<sgb_graph_ptr, PropertyTag> { struct
465 typedef typename Choice::type type;
466 typedef typename Choice::const_type const_type;
[all …]
H A Dproperties.hpp196 struct property_map { struct
198 typedef typename property_kind<Property>::type Kind;
200 typedef typename Selector::template bind_<Graph, Property> Bind;
201 typedef typename Bind::type Map;
203 typedef typename Map::type type;
204 typedef typename Map::const_type const_type;
349 struct property_map<Graph, T Bundle::*> struct
352 typedef graph_traits<Graph> traits;
353 typedef typename Graph::vertex_bundled vertex_bundled;
354 typedef typename Graph::edge_bundled edge_bundled;
[all …]

12345678910>>...19