Home
last modified time | relevance | path

Searched defs:Compare (Results 176 – 200 of 8637) sorted by relevance

12345678910>>...346

/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DPublicHubModel.cpp146 struct Compare { struct
147 void static sort(int col, QList<PublicHubItem*>& items) { in sort()
151 void static insertSorted(int col, QList<PublicHubItem*>& items, PublicHubItem* item) { in insertSorted()
157 typedef bool (*AttrComp)(const PublicHubItem * l, const PublicHubItem * r);
158 AttrComp static getAttrComp(int column) { in getAttrComp()
189 bool static AttrCmp(const PublicHubItem * l, const PublicHubItem * r) { in AttrCmp()
193 bool static NumCmp(const PublicHubItem * l, const PublicHubItem * r) { in NumCmp()
197 bool static DblCmp(const PublicHubItem * l, const PublicHubItem * r) { in DblCmp()
/dports/devel/lab/lab-0.17.2/vendor/github.com/xanzy/go-gitlab/
H A Drepositories.go172 type Compare struct { struct
173 Commit *Commit `json:"commit"`
174 Commits []*Commit `json:"commits"`
175 Diffs []*Diff `json:"diffs"`
176 CompareTimeout bool `json:"compare_timeout"`
177 CompareSameRef bool `json:"compare_same_ref"`
180 func (c Compare) String() string {
198 func (s *RepositoriesService) Compare(pid interface{}, opt *CompareOptions, options ...OptionFunc) … func
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DPublicHubModel.cpp146 struct Compare { struct
147 void static sort(int col, QList<PublicHubItem*>& items) { in sort()
151 void static insertSorted(int col, QList<PublicHubItem*>& items, PublicHubItem* item) { in insertSorted()
157 typedef bool (*AttrComp)(const PublicHubItem * l, const PublicHubItem * r);
158 AttrComp static getAttrComp(int column) { in getAttrComp()
189 bool static AttrCmp(const PublicHubItem * l, const PublicHubItem * r) { in AttrCmp()
193 bool static NumCmp(const PublicHubItem * l, const PublicHubItem * r) { in NumCmp()
197 bool static DblCmp(const PublicHubItem * l, const PublicHubItem * r) { in DblCmp()
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DPublicHubModel.cpp146 struct Compare { struct
147 void static sort(int col, QList<PublicHubItem*>& items) { in sort()
151 void static insertSorted(int col, QList<PublicHubItem*>& items, PublicHubItem* item) { in insertSorted()
157 typedef bool (*AttrComp)(const PublicHubItem * l, const PublicHubItem * r);
158 AttrComp static getAttrComp(int column) { in getAttrComp()
189 bool static AttrCmp(const PublicHubItem * l, const PublicHubItem * r) { in AttrCmp()
193 bool static NumCmp(const PublicHubItem * l, const PublicHubItem * r) { in NumCmp()
197 bool static DblCmp(const PublicHubItem * l, const PublicHubItem * r) { in DblCmp()
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DPublicHubModel.cpp146 struct Compare { struct
147 void static sort(int col, QList<PublicHubItem*>& items) { in sort()
151 void static insertSorted(int col, QList<PublicHubItem*>& items, PublicHubItem* item) { in insertSorted()
157 typedef bool (*AttrComp)(const PublicHubItem * l, const PublicHubItem * r);
158 AttrComp static getAttrComp(int column) { in getAttrComp()
189 bool static AttrCmp(const PublicHubItem * l, const PublicHubItem * r) { in AttrCmp()
193 bool static NumCmp(const PublicHubItem * l, const PublicHubItem * r) { in NumCmp()
197 bool static DblCmp(const PublicHubItem * l, const PublicHubItem * r) { in DblCmp()
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DPublicHubModel.cpp146 struct Compare { struct
147 void static sort(int col, QList<PublicHubItem*>& items) { in sort()
151 void static insertSorted(int col, QList<PublicHubItem*>& items, PublicHubItem* item) { in insertSorted()
157 typedef bool (*AttrComp)(const PublicHubItem * l, const PublicHubItem * r);
158 AttrComp static getAttrComp(int column) { in getAttrComp()
189 bool static AttrCmp(const PublicHubItem * l, const PublicHubItem * r) { in AttrCmp()
193 bool static NumCmp(const PublicHubItem * l, const PublicHubItem * r) { in NumCmp()
197 bool static DblCmp(const PublicHubItem * l, const PublicHubItem * r) { in DblCmp()
/dports/devel/boost-docs/boost_1_72_0/boost/serialization/
H A Dmap.hpp74 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
86 std::map<Key, Type, Compare, Allocator> &t, in load() argument
97 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
107 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
119 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
130 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
/dports/devel/hyperscan/boost_1_75_0/boost/serialization/
H A Dmap.hpp74 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
86 std::map<Key, Type, Compare, Allocator> &t, in load() argument
97 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
107 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
119 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
130 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
/dports/devel/R-cran-BH/BH/inst/include/boost/serialization/
H A Dmap.hpp74 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
86 std::map<Key, Type, Compare, Allocator> &t, in load() argument
97 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
107 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
119 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
130 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/serialization/
H A Dmap.hpp72 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
84 std::map<Key, Type, Compare, Allocator> &t, in load() argument
95 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
105 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
117 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
128 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/serialization/
H A Dmap.hpp74 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
86 std::map<Key, Type, Compare, Allocator> &t, in load() argument
97 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
107 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
119 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
130 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/serialization/
H A Dmap.hpp74 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
86 std::map<Key, Type, Compare, Allocator> &t, in load() argument
97 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
107 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
119 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
130 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
/dports/databases/percona57-server/boost_1_59_0/boost/serialization/
H A Dmap.hpp72 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
84 std::map<Key, Type, Compare, Allocator> &t, in load() argument
95 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
105 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
117 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
128 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
/dports/databases/xtrabackup/boost_1_59_0/boost/serialization/
H A Dmap.hpp72 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
84 std::map<Key, Type, Compare, Allocator> &t, in load() argument
95 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
105 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
117 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
128 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/serialization/
H A Dmap.hpp74 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
86 std::map<Key, Type, Compare, Allocator> &t, in load() argument
97 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
107 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
119 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
130 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
/dports/databases/percona57-client/boost_1_59_0/boost/serialization/
H A Dmap.hpp72 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
84 std::map<Key, Type, Compare, Allocator> &t, in load() argument
95 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
105 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
117 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
128 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/serialization/
H A Dmap.hpp74 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
86 std::map<Key, Type, Compare, Allocator> &t, in load() argument
97 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
107 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
119 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
130 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/serialization/
H A Dmap.hpp74 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
86 std::map<Key, Type, Compare, Allocator> &t, in load() argument
97 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
107 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
119 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
130 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/serialization/
H A Dmap.hpp77 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
89 std::map<Key, Type, Compare, Allocator> &t, in load() argument
100 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
110 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
122 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
133 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
/dports/devel/boost-libs/boost_1_72_0/boost/serialization/
H A Dmap.hpp74 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
86 std::map<Key, Type, Compare, Allocator> &t, in load() argument
97 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
107 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
119 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
130 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
/dports/devel/boost-python-libs/boost_1_72_0/boost/serialization/
H A Dmap.hpp74 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
86 std::map<Key, Type, Compare, Allocator> &t, in load() argument
97 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
107 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
119 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
130 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/serialization/
H A Dmap.hpp72 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
84 std::map<Key, Type, Compare, Allocator> &t, in load() argument
95 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
105 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
117 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
128 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/serialization/
H A Dmap.hpp74 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
86 std::map<Key, Type, Compare, Allocator> &t, in load() argument
97 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
107 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
119 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
130 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/serialization/
H A Dmap.hpp72 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
84 std::map<Key, Type, Compare, Allocator> &t, in load() argument
95 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
105 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
117 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
128 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/serialization/
H A Dmap.hpp77 const std::map<Key, Type, Compare, Allocator> &t, in save() argument
89 std::map<Key, Type, Compare, Allocator> &t, in load() argument
100 std::map<Key, Type, Compare, Allocator> &t, in serialize() argument
110 const std::multimap<Key, Type, Compare, Allocator> &t, in save() argument
122 std::multimap<Key, Type, Compare, Allocator> &t, in load() argument
133 std::multimap<Key, Type, Compare, Allocator> &t, in serialize() argument

12345678910>>...346