Home
last modified time | relevance | path

Searched refs:IndexMap (Results 1 – 25 of 1900) sorted by relevance

12345678910>>...76

/dports/devel/R-cran-BH/BH/inst/include/boost/graph/
H A Done_bit_color_map.hpp47 IndexMap index;
56 std::size_t n, const IndexMap& index = IndexMap()) in one_bit_color_map()
64 template < typename IndexMap >
66 typename property_traits< IndexMap >::key_type key) in get()
76 template < typename IndexMap >
77 inline void put(const one_bit_color_map< IndexMap >& pm, in put()
78 typename property_traits< IndexMap >::key_type key, in put()
93 template < typename IndexMap >
94 inline one_bit_color_map< IndexMap > make_one_bit_color_map( in make_one_bit_color_map()
95 std::size_t n, const IndexMap& index_map) in make_one_bit_color_map()
[all …]
H A Dtwo_bit_color_map.hpp47 IndexMap index;
59 std::size_t n, const IndexMap& index = IndexMap()) in two_bit_color_map()
67 template < typename IndexMap >
69 typename property_traits< IndexMap >::key_type key) in get()
80 template < typename IndexMap >
81 inline void put(const two_bit_color_map< IndexMap >& pm, in put()
82 typename property_traits< IndexMap >::key_type key, in put()
97 template < typename IndexMap >
98 inline two_bit_color_map< IndexMap > make_two_bit_color_map( in make_two_bit_color_map()
99 std::size_t n, const IndexMap& index_map) in make_two_bit_color_map()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/graph/
H A Done_bit_color_map.hpp47 IndexMap index;
56 std::size_t n, const IndexMap& index = IndexMap()) in one_bit_color_map()
64 template < typename IndexMap >
66 typename property_traits< IndexMap >::key_type key) in get()
76 template < typename IndexMap >
77 inline void put(const one_bit_color_map< IndexMap >& pm, in put()
78 typename property_traits< IndexMap >::key_type key, in put()
93 template < typename IndexMap >
94 inline one_bit_color_map< IndexMap > make_one_bit_color_map( in make_one_bit_color_map()
95 std::size_t n, const IndexMap& index_map) in make_one_bit_color_map()
[all …]
H A Dtwo_bit_color_map.hpp47 IndexMap index;
59 std::size_t n, const IndexMap& index = IndexMap()) in two_bit_color_map()
67 template < typename IndexMap >
69 typename property_traits< IndexMap >::key_type key) in get()
80 template < typename IndexMap >
81 inline void put(const two_bit_color_map< IndexMap >& pm, in put()
82 typename property_traits< IndexMap >::key_type key, in put()
97 template < typename IndexMap >
98 inline two_bit_color_map< IndexMap > make_two_bit_color_map( in make_two_bit_color_map()
99 std::size_t n, const IndexMap& index_map) in make_two_bit_color_map()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/graph/
H A Done_bit_color_map.hpp47 IndexMap index;
56 std::size_t n, const IndexMap& index = IndexMap()) in one_bit_color_map()
64 template < typename IndexMap >
66 typename property_traits< IndexMap >::key_type key) in get()
76 template < typename IndexMap >
77 inline void put(const one_bit_color_map< IndexMap >& pm, in put()
78 typename property_traits< IndexMap >::key_type key, in put()
93 template < typename IndexMap >
94 inline one_bit_color_map< IndexMap > make_one_bit_color_map( in make_one_bit_color_map()
95 std::size_t n, const IndexMap& index_map) in make_one_bit_color_map()
[all …]
H A Dtwo_bit_color_map.hpp47 IndexMap index;
59 std::size_t n, const IndexMap& index = IndexMap())
67 template < typename IndexMap >
69 typename property_traits< IndexMap >::key_type key)
80 template < typename IndexMap >
81 inline void put(const two_bit_color_map< IndexMap >& pm,
82 typename property_traits< IndexMap >::key_type key,
97 template < typename IndexMap >
98 inline two_bit_color_map< IndexMap > make_two_bit_color_map(
99 std::size_t n, const IndexMap& index_map)
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/graph/
H A Done_bit_color_map.hpp47 IndexMap index;
56 std::size_t n, const IndexMap& index = IndexMap()) in one_bit_color_map()
64 template < typename IndexMap >
66 typename property_traits< IndexMap >::key_type key) in get()
76 template < typename IndexMap >
77 inline void put(const one_bit_color_map< IndexMap >& pm, in put()
78 typename property_traits< IndexMap >::key_type key, in put()
93 template < typename IndexMap >
94 inline one_bit_color_map< IndexMap > make_one_bit_color_map( in make_one_bit_color_map()
95 std::size_t n, const IndexMap& index_map) in make_one_bit_color_map()
[all …]
H A Dtwo_bit_color_map.hpp47 IndexMap index;
59 std::size_t n, const IndexMap& index = IndexMap()) in two_bit_color_map()
67 template < typename IndexMap >
69 typename property_traits< IndexMap >::key_type key) in get()
80 template < typename IndexMap >
81 inline void put(const two_bit_color_map< IndexMap >& pm, in put()
82 typename property_traits< IndexMap >::key_type key, in put()
97 template < typename IndexMap >
98 inline two_bit_color_map< IndexMap > make_two_bit_color_map( in make_two_bit_color_map()
99 std::size_t n, const IndexMap& index_map) in make_two_bit_color_map()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/graph/
H A Done_bit_color_map.hpp42 template<typename IndexMap = identity_property_map>
47 IndexMap index;
55 explicit one_bit_color_map(std::size_t n, const IndexMap& index = IndexMap()) in one_bit_color_map()
63 template<typename IndexMap>
65 get(const one_bit_color_map<IndexMap>& pm, in get()
74 template<typename IndexMap>
76 put(const one_bit_color_map<IndexMap>& pm, in put()
77 typename property_traits<IndexMap>::key_type key, in put()
92 template<typename IndexMap>
93 inline one_bit_color_map<IndexMap>
[all …]
H A Dtwo_bit_color_map.hpp44 template<typename IndexMap = identity_property_map>
48 IndexMap index;
58 explicit two_bit_color_map(std::size_t n, const IndexMap& index = IndexMap()) in two_bit_color_map()
66 template<typename IndexMap>
68 get(const two_bit_color_map<IndexMap>& pm, in get()
79 template<typename IndexMap>
81 put(const two_bit_color_map<IndexMap>& pm, in put()
82 typename property_traits<IndexMap>::key_type key, in put()
97 template<typename IndexMap>
98 inline two_bit_color_map<IndexMap>
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/
H A Done_bit_color_map.hpp41 template<typename IndexMap = identity_property_map>
46 IndexMap index;
54 explicit one_bit_color_map(std::size_t n, const IndexMap& index = IndexMap()) in one_bit_color_map()
62 template<typename IndexMap>
64 get(const one_bit_color_map<IndexMap>& pm, in get()
73 template<typename IndexMap>
75 put(const one_bit_color_map<IndexMap>& pm, in put()
76 typename property_traits<IndexMap>::key_type key, in put()
91 template<typename IndexMap>
92 inline one_bit_color_map<IndexMap>
[all …]
H A Dtwo_bit_color_map.hpp43 template<typename IndexMap = identity_property_map>
47 IndexMap index;
57 explicit two_bit_color_map(std::size_t n, const IndexMap& index = IndexMap()) in two_bit_color_map()
65 template<typename IndexMap>
67 get(const two_bit_color_map<IndexMap>& pm, in get()
78 template<typename IndexMap>
80 put(const two_bit_color_map<IndexMap>& pm, in put()
81 typename property_traits<IndexMap>::key_type key, in put()
96 template<typename IndexMap>
97 inline two_bit_color_map<IndexMap>
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/graph/
H A Done_bit_color_map.hpp41 template<typename IndexMap = identity_property_map>
46 IndexMap index;
54 explicit one_bit_color_map(std::size_t n, const IndexMap& index = IndexMap()) in one_bit_color_map()
62 template<typename IndexMap>
64 get(const one_bit_color_map<IndexMap>& pm, in get()
73 template<typename IndexMap>
75 put(const one_bit_color_map<IndexMap>& pm, in put()
76 typename property_traits<IndexMap>::key_type key, in put()
91 template<typename IndexMap>
92 inline one_bit_color_map<IndexMap>
[all …]
H A Dtwo_bit_color_map.hpp43 template<typename IndexMap = identity_property_map>
47 IndexMap index;
57 explicit two_bit_color_map(std::size_t n, const IndexMap& index = IndexMap()) in two_bit_color_map()
65 template<typename IndexMap>
67 get(const two_bit_color_map<IndexMap>& pm, in get()
78 template<typename IndexMap>
80 put(const two_bit_color_map<IndexMap>& pm, in put()
81 typename property_traits<IndexMap>::key_type key, in put()
96 template<typename IndexMap>
97 inline two_bit_color_map<IndexMap>
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/graph/
H A Done_bit_color_map.hpp41 template<typename IndexMap = identity_property_map>
46 IndexMap index;
54 explicit one_bit_color_map(std::size_t n, const IndexMap& index = IndexMap()) in one_bit_color_map()
62 template<typename IndexMap>
64 get(const one_bit_color_map<IndexMap>& pm, in get()
73 template<typename IndexMap>
75 put(const one_bit_color_map<IndexMap>& pm, in put()
76 typename property_traits<IndexMap>::key_type key, in put()
91 template<typename IndexMap>
92 inline one_bit_color_map<IndexMap>
[all …]
H A Dtwo_bit_color_map.hpp43 template<typename IndexMap = identity_property_map>
47 IndexMap index;
57 explicit two_bit_color_map(std::size_t n, const IndexMap& index = IndexMap()) in two_bit_color_map()
65 template<typename IndexMap>
67 get(const two_bit_color_map<IndexMap>& pm, in get()
78 template<typename IndexMap>
80 put(const two_bit_color_map<IndexMap>& pm, in put()
81 typename property_traits<IndexMap>::key_type key, in put()
96 template<typename IndexMap>
97 inline two_bit_color_map<IndexMap>
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/graph/
H A Done_bit_color_map.hpp41 template<typename IndexMap = identity_property_map>
46 IndexMap index;
54 explicit one_bit_color_map(std::size_t n, const IndexMap& index = IndexMap()) in one_bit_color_map()
62 template<typename IndexMap>
64 get(const one_bit_color_map<IndexMap>& pm, in get()
73 template<typename IndexMap>
75 put(const one_bit_color_map<IndexMap>& pm, in put()
76 typename property_traits<IndexMap>::key_type key, in put()
91 template<typename IndexMap>
92 inline one_bit_color_map<IndexMap>
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/graph/
H A Done_bit_color_map.hpp41 template<typename IndexMap = identity_property_map>
46 IndexMap index;
54 explicit one_bit_color_map(std::size_t n, const IndexMap& index = IndexMap()) in one_bit_color_map()
62 template<typename IndexMap>
64 get(const one_bit_color_map<IndexMap>& pm, in get()
73 template<typename IndexMap>
75 put(const one_bit_color_map<IndexMap>& pm, in put()
76 typename property_traits<IndexMap>::key_type key, in put()
91 template<typename IndexMap>
92 inline one_bit_color_map<IndexMap>
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/graph/
H A Done_bit_color_map.hpp41 template<typename IndexMap = identity_property_map>
46 IndexMap index;
54 explicit one_bit_color_map(std::size_t n, const IndexMap& index = IndexMap()) in one_bit_color_map()
62 template<typename IndexMap>
64 get(const one_bit_color_map<IndexMap>& pm, in get()
73 template<typename IndexMap>
75 put(const one_bit_color_map<IndexMap>& pm, in put()
76 typename property_traits<IndexMap>::key_type key, in put()
91 template<typename IndexMap>
92 inline one_bit_color_map<IndexMap>
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/graph/
H A Done_bit_color_map.hpp41 template<typename IndexMap = identity_property_map>
46 IndexMap index;
54 explicit one_bit_color_map(std::size_t n, const IndexMap& index = IndexMap()) in one_bit_color_map()
62 template<typename IndexMap>
64 get(const one_bit_color_map<IndexMap>& pm, in get()
73 template<typename IndexMap>
75 put(const one_bit_color_map<IndexMap>& pm, in put()
76 typename property_traits<IndexMap>::key_type key, in put()
91 template<typename IndexMap>
92 inline one_bit_color_map<IndexMap>
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/graph/
H A Done_bit_color_map.hpp42 template<typename IndexMap = identity_property_map>
47 IndexMap index;
55 explicit one_bit_color_map(std::size_t n, const IndexMap& index = IndexMap()) in one_bit_color_map()
63 template<typename IndexMap>
65 get(const one_bit_color_map<IndexMap>& pm, in get()
74 template<typename IndexMap>
76 put(const one_bit_color_map<IndexMap>& pm, in put()
77 typename property_traits<IndexMap>::key_type key, in put()
92 template<typename IndexMap>
93 inline one_bit_color_map<IndexMap>
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/graph/
H A Done_bit_color_map.hpp42 template<typename IndexMap = identity_property_map>
47 IndexMap index;
55 explicit one_bit_color_map(std::size_t n, const IndexMap& index = IndexMap()) in one_bit_color_map()
63 template<typename IndexMap>
65 get(const one_bit_color_map<IndexMap>& pm, in get()
74 template<typename IndexMap>
76 put(const one_bit_color_map<IndexMap>& pm, in put()
77 typename property_traits<IndexMap>::key_type key, in put()
92 template<typename IndexMap>
93 inline one_bit_color_map<IndexMap>
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/graph/
H A Done_bit_color_map.hpp41 template<typename IndexMap = identity_property_map>
46 IndexMap index;
54 explicit one_bit_color_map(std::size_t n, const IndexMap& index = IndexMap()) in one_bit_color_map()
62 template<typename IndexMap>
64 get(const one_bit_color_map<IndexMap>& pm, in get()
73 template<typename IndexMap>
75 put(const one_bit_color_map<IndexMap>& pm, in put()
76 typename property_traits<IndexMap>::key_type key, in put()
91 template<typename IndexMap>
92 inline one_bit_color_map<IndexMap>
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/graph/
H A Done_bit_color_map.hpp41 template<typename IndexMap = identity_property_map>
46 IndexMap index;
54 explicit one_bit_color_map(std::size_t n, const IndexMap& index = IndexMap()) in one_bit_color_map()
62 template<typename IndexMap>
64 get(const one_bit_color_map<IndexMap>& pm, in get()
73 template<typename IndexMap>
75 put(const one_bit_color_map<IndexMap>& pm, in put()
76 typename property_traits<IndexMap>::key_type key, in put()
91 template<typename IndexMap>
92 inline one_bit_color_map<IndexMap>
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/graph/
H A Done_bit_color_map.hpp41 template<typename IndexMap = identity_property_map>
46 IndexMap index;
54 explicit one_bit_color_map(std::size_t n, const IndexMap& index = IndexMap()) in one_bit_color_map()
62 template<typename IndexMap>
64 get(const one_bit_color_map<IndexMap>& pm, in get()
73 template<typename IndexMap>
75 put(const one_bit_color_map<IndexMap>& pm, in put()
76 typename property_traits<IndexMap>::key_type key, in put()
91 template<typename IndexMap>
92 inline one_bit_color_map<IndexMap>
[all …]

12345678910>>...76