Home
last modified time | relevance | path

Searched defs:MapPair (Results 1 – 24 of 24) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/factory/
H A Dcf_map.h55 MapPair ( const Variable & v, const CanonicalForm & s ) : V(v), S(s) {} in MapPair() function
56 MapPair () : V(), S(1) {} in MapPair() function
57 MapPair ( const MapPair & p ) : V(p.V), S(p.S) {} in MapPair() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbafont.cxx35 struct MapPair struct
41 static MapPair const UnderLineTable[] = { argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbafont.cxx36 struct MapPair struct
38 sal_Int32 nMSOConst;
39 sal_Int32 nOOOConst;
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/
H A DTestMultiHashMap.java99 static private class MapPair { class in TestMultiHashMap
100 MapPair(int key, String val) { in MapPair() method in TestMultiHashMap.MapPair
/dports/print/lyx/lyx-2.3.4.2/src/support/
H A DTranslator.h38 typedef std::pair<T1, T2> MapPair; typedef
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tool/
H A Dmulti-path-manipulator.h84 typedef std::pair<ShapeRecord, std::shared_ptr<PathManipulator> > MapPair; typedef
H A Dmanipulator.h79 typedef typename std::pair<void*, std::shared_ptr<T> > MapPair; typedef
/dports/shells/elvish/elvish-0.17.0/pkg/parse/
H A Dparse.go922 type MapPair struct { struct
923 node
924 Key, Value *Compound
927 func (mpn *MapPair) parse(ps *parser) {
/dports/www/squid/squid-4.15/src/base/
H A DLruMap.h39 typedef std::pair<Key, QueueIterator> MapPair; typedef
/dports/security/vault/vault-1.8.2/vendor/github.com/aerospike/aerospike-client-go/
H A Dvalue.go33 type MapPair struct{ Key, Value interface{} } argument
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DTriangulation_incremental_builder_3.h69 typedef std::map < Vpair, Facet > MapPair; typedef
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/flow/
H A DIndexedSet.h242MapPair( Key_&& key, Value_&& value ) : key(std::forward<Key_>(key)), value(std::forward<Value_>(v… in MapPair() function
244 MapPair( MapPair const& rhs ) : key(rhs.key), value(rhs.value) {} in MapPair() function
246 MapPair(MapPair&& r) BOOST_NOEXCEPT : key(std::move(r.key)), value(std::move(r.value)) {} in MapPair() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/commons/base/configurator/
H A Drestriction.hpp103 typedef std::pair < Value, Value > MapPair; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Dmap.h97 MapPair(const Key& other_first, const T& other_second) in MapPair() function
99 explicit MapPair(const Key& other_first) : first(other_first), second() {} in MapPair() function
100 MapPair(const MapPair& other) : first(other.first), second(other.second) {} in MapPair() function
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Dmap.h89 MapPair(const Key& other_first, const T& other_second) in MapPair() function
91 explicit MapPair(const Key& other_first) : first(other_first), second() {} in MapPair() function
92 MapPair(const MapPair& other) in MapPair() function
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Dmap.h97 MapPair(const Key& other_first, const T& other_second) in MapPair() function
99 explicit MapPair(const Key& other_first) : first(other_first), second() {} in MapPair() function
100 MapPair(const MapPair& other) : first(other.first), second(other.second) {} in MapPair() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/
H A Dmap.h97 MapPair(const Key& other_first, const T& other_second) in MapPair() function
99 explicit MapPair(const Key& other_first) : first(other_first), second() {} in MapPair() function
100 MapPair(const MapPair& other) : first(other.first), second(other.second) {} in MapPair() function
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/
H A Dmap.h97 MapPair(const Key& other_first, const T& other_second) in MapPair() function
99 explicit MapPair(const Key& other_first) : first(other_first), second() {} in MapPair() function
100 MapPair(const MapPair& other) : first(other.first), second(other.second) {} in MapPair() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/
H A Dmap.h97 MapPair(const Key& other_first, const T& other_second) in MapPair() function
99 explicit MapPair(const Key& other_first) : first(other_first), second() {} in MapPair() function
100 MapPair(const MapPair& other) : first(other.first), second(other.second) {} in MapPair() function
/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/
H A Dmap.h89 MapPair(const Key& other_first, const T& other_second) in MapPair() function
91 explicit MapPair(const Key& other_first) : first(other_first), second() {} in MapPair() function
92 MapPair(const MapPair& other) in MapPair() function
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Dmap.h97 MapPair(const Key& other_first, const T& other_second) in MapPair() function
99 explicit MapPair(const Key& other_first) : first(other_first), second() {} in MapPair() function
100 MapPair(const MapPair& other) : first(other.first), second(other.second) {} in MapPair() function
/dports/shells/elvish/elvish-0.17.0/pkg/eval/
H A Dcompile_value.go491 func (cp *compiler) mapPairs(pairs []*parse.MapPair) *mapPairsOp {
/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/mapsearches/
H A Dgpsmarkertiler.cpp45 typedef QPair<Digikam::TileIndex, int> MapPair; typedef
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkChartXY.cxx2807 using MapPair = std::pair<unsigned int, vtkSmartPointer<vtkIdTypeArray>>; in BuildSelection() typedef