Home
last modified time | relevance | path

Searched refs:Pair_type (Results 1 – 11 of 11) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/utils/json_spirit/
H A Djson_spirit_value.h113 typedef Pair_impl < Config_vector > Pair_type; typedef
115 typedef std::vector< Pair_type > Object_type;
119 obj.push_back( Pair_type( name , value ) ); in add()
124 static String_type get_name( const Pair_type& pair ) in get_name()
129 static Value_type get_value( const Pair_type& pair ) in get_value()
140 typedef Config::Pair_type Pair;
151 typedef wConfig::Pair_type wPair;
165 typedef typename Object_type::value_type Pair_type; typedef
172 static String_type get_name( const Pair_type& pair ) in get_name()
177 static Value_type get_value( const Pair_type& pair ) in get_value()
/dports/games/0ad/0ad-0.0.23b-alpha/source/third_party/jsonspirit/
H A Djson_spirit_value.h153 typedef Pair_impl < Config_vector > Pair_type; typedef
155 typedef std::vector< Pair_type > Object_type;
159 obj.push_back( Pair_type( name , value ) ); in add()
164 static const String_type& get_name( const Pair_type& pair ) in get_name()
169 static const Value_type& get_value( const Pair_type& pair ) in get_value()
182 typedef Config::Pair_type Pair;
193 typedef wConfig::Pair_type wPair;
208 typedef std::pair< const String_type, Value_type > Pair_type; typedef
215 static const String_type& get_name( const Pair_type& pair ) in get_name()
220 static const Value_type& get_value( const Pair_type& pair ) in get_value()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/json_spirit/
H A Djson_spirit_value.h153 typedef Pair_impl < Config_vector > Pair_type; typedef
155 typedef std::vector< Pair_type > Object_type;
159 obj.push_back( Pair_type( name , value ) ); in add()
164 static const String_type& get_name( const Pair_type& pair ) in get_name()
169 static const Value_type& get_value( const Pair_type& pair ) in get_value()
182 typedef Config::Pair_type Pair;
193 typedef wConfig::Pair_type wPair;
208 typedef std::pair< const String_type, Value_type > Pair_type; typedef
215 static const String_type& get_name( const Pair_type& pair ) in get_name()
220 static const Value_type& get_value( const Pair_type& pair ) in get_value()
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/
H A Dmanifoldness.h115 typedef std::pair<const vertex_descriptor, std::vector<vertex_descriptor> > Pair_type; in dump() typedef
116 for(const Pair_type& p : collections) in dump()
H A Drepair_degeneracies.h1322 typedef std::pair<const halfedge_descriptor, typename UF_ds::handle> Pair_type; in remove_degenerate_edges() typedef
1323 for(const Pair_type& p : handles) in remove_degenerate_edges()
1483 typedef std::pair<halfedge_descriptor, halfedge_descriptor> Pair_type; in remove_degenerate_edges() typedef
1484 for(const Pair_type& p : next_prev_halfedge_pairs) in remove_degenerate_edges()
1944 typedef std::pair<const vertex_descriptor, int> Pair_type; in remove_degenerate_faces()
1945 for(const Pair_type& p : vids) in remove_degenerate_faces()
H A Drepair_polygon_soup.h747 typedef std::pair<const ValueType, std::vector<ValueType> > Pair_type; in dump() typedef
748 for(const Pair_type& p : collections) in dump()
H A Dstitch_borders.h702 typedef std::pair<const vertex_descriptor, typename Uf_vertices::handle> Pair_type; in filter_stitchable_pairs() typedef
703 for(const Pair_type& p : uf_handles) in filter_stitchable_pairs()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DMean_curvature_flow_skeletonization.h1295 typedef std::pair<Exact_point, vertex_descriptor> Pair_type; in compute_voronoi_pole() typedef
1296 std::vector<Pair_type> duplicated_points; in compute_voronoi_pole()
1297 for(const Pair_type& p : points) in compute_voronoi_pole()
1329 for (const Pair_type& p : duplicated_points) in compute_voronoi_pole()
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/internal/Corefinement/
H A DOutput_builder_for_autorefinement.h222 typedef std::pair<const Node_id_pair, Shared_halfedges> Pair_type; in operator() typedef
223 for(const Pair_type& p : all_intersection_edges_map) in operator()
1072 for(const Pair_type& p : all_intersection_edges_map) in operator()
H A Dintersection_impl.h1120 typedef std::pair<const face_descriptor, std::vector<face_descriptor> > Pair_type; in detect_intersections_in_the_graph() typedef
1121 for(Pair_type& p : face_intersections) in detect_intersections_in_the_graph()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/PMP/
H A DIsotropic_remeshing_plugin.cpp276 typedef std::pair<halfedge_descriptor, FaceGraph*> Pair_type; in detect_and_split_duplicates() typedef
277 for(const Pair_type& h_and_p : p.second) in detect_and_split_duplicates()