Home
last modified time | relevance | path

Searched refs:compare_type (Results 1 – 25 of 2798) sorted by relevance

12345678910>>...112

/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/click/
H A Dheap.hh32 compare_type comp, place_type place) in push_heap()
49 compare_type comp) in push_heap()
81 compare_type comp, place_type place)
147 compare_type comp, place_type place) in remove_heap()
161 compare_type comp) in remove_heap()
201 compare_type comp) in pop_heap()
255 compare_type comp) in push_heap()
290 compare_type comp, place_type place)
361 compare_type comp, place_type place) in remove_heap()
376 compare_type comp) in remove_heap()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/performance/20_util/allocator/
H A Dinsert.cc202 typedef less<test_type> compare_type; in main() typedef
211 test_container(map<test_type, test_type, compare_type, in main()
215 test_container(map<test_type, test_type, compare_type, in main()
219 test_container(map<test_type, test_type, compare_type, in main()
223 test_container(map<test_type, test_type, compare_type, in main()
227 test_container(map<test_type, test_type, compare_type, in main()
296 test_container(map<test_type, test_type, compare_type, in main()
300 test_container(map<test_type, test_type, compare_type, in main()
304 test_container(map<test_type, test_type, compare_type, in main()
308 test_container(map<test_type, test_type, compare_type, in main()
[all …]
H A Dinsert_insert.cc173 typedef less<test_type> compare_type; in main() typedef
182 test_container(map<test_type, test_type, compare_type, in main()
186 test_container(map<test_type, test_type, compare_type, in main()
190 test_container(map<test_type, test_type, compare_type, in main()
194 test_container(map<test_type, test_type, compare_type, in main()
198 test_container(map<test_type, test_type, compare_type, in main()
203 test_container(set<test_type, compare_type, m_alloc_type>()); in main()
206 test_container(set<test_type, compare_type, n_alloc_type>()); in main()
209 test_container(set<test_type, compare_type, so_alloc_type>()); in main()
212 test_container(set<test_type, compare_type, bit_alloc_type>()); in main()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/performance/20_util/allocator/
H A Dinsert.cc202 typedef less<test_type> compare_type; in main() typedef
211 test_container(map<test_type, test_type, compare_type, in main()
215 test_container(map<test_type, test_type, compare_type, in main()
219 test_container(map<test_type, test_type, compare_type, in main()
223 test_container(map<test_type, test_type, compare_type, in main()
227 test_container(map<test_type, test_type, compare_type, in main()
296 test_container(map<test_type, test_type, compare_type, in main()
300 test_container(map<test_type, test_type, compare_type, in main()
304 test_container(map<test_type, test_type, compare_type, in main()
308 test_container(map<test_type, test_type, compare_type, in main()
[all …]
H A Dinsert_insert.cc173 typedef less<test_type> compare_type; in main() typedef
182 test_container(map<test_type, test_type, compare_type, in main()
186 test_container(map<test_type, test_type, compare_type, in main()
190 test_container(map<test_type, test_type, compare_type, in main()
194 test_container(map<test_type, test_type, compare_type, in main()
198 test_container(map<test_type, test_type, compare_type, in main()
203 test_container(set<test_type, compare_type, m_alloc_type>()); in main()
206 test_container(set<test_type, compare_type, n_alloc_type>()); in main()
209 test_container(set<test_type, compare_type, so_alloc_type>()); in main()
212 test_container(set<test_type, compare_type, bit_alloc_type>()); in main()
[all …]
/dports/devel/py-oci/oci-2.53.1/src/oci/database_management/models/
H A Ddatabase_fleet_health_metrics.py129 def compare_type(self): member in DatabaseFleetHealthMetrics
143 @compare_type.setter
144 def compare_type(self, compare_type): member in DatabaseFleetHealthMetrics
154 if not value_allowed_none_or_none_sentinel(compare_type, allowed_values):
155 compare_type = 'UNKNOWN_ENUM_VALUE'
156 self._compare_type = compare_type
/dports/biology/avida/avida-2.12.4-src/avida-core/source/tools/
H A DtDataEntry.h53 tDataEntry(const cString& name, const cString& desc, int compare_type = 0,
55 …: m_name(name), m_desc(desc), m_compare_type(compare_type), m_null_value(null), m_html_table_flags… in m_name()
81 … int compare_type = 0, const cString& null = "0", const cString& html_cell = "align=center")
82 …: tDataEntry<TargetType>(name, desc, compare_type, null, html_cell), DataGet(_funR), DataSet(_funS…
112 … int compare_type = 0, const cString& null = "0", const cString& html_cell = "align=center")
113 …: tDataEntry<TargetType>(name, name, compare_type, null, html_cell), DataRetrieval(_funR), DescFun…
140 … int compare_type = 0, const cString& null = "0", const cString& html_cell = "align=center")
167 … int compare_type = 0, const cString& null = "0", const cString& html_cell = "align=center")
168 : tDataEntry<TargetType>(name, desc, compare_type, null, html_cell), DataRetrieval(_funR) { ; }
188 … int compare_type = 0, const cString& null = "0", const cString& html_cell = "align=center")
[all …]
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libpixelflinger/codeflinger/
H A DCodeCache.h39 virtual int compare_type(const AssemblyKeyBase& key) const = 0;
47 virtual int compare_type(const AssemblyKeyBase& key) const { in compare_type() function
49 return android::compare_type(mKey, rhs); in compare_type()
103 friend int compare_type(
118 friend int compare_type(
125 inline int compare_type( in compare_type() function
129 return lhs.key.mKey->compare_type(*(rhs.key.mKey)); in compare_type()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libpixelflinger/codeflinger/
H A DCodeCache.h39 virtual int compare_type(const AssemblyKeyBase& key) const = 0;
47 virtual int compare_type(const AssemblyKeyBase& key) const { in compare_type() function
49 return android::compare_type(mKey, rhs); in compare_type()
103 friend int compare_type(
118 friend int compare_type(
125 inline int compare_type( in compare_type() function
129 return lhs.key.mKey->compare_type(*(rhs.key.mKey)); in compare_type()
/dports/devel/boost-docs/boost_1_72_0/boost/multi_index/
H A Dordered_index.hpp67 typedef typename index_args::compare_type compare_type; typedef
79 key_from_value_type,compare_type,
92 typedef typename index_args::compare_type compare_type; typedef
104 key_from_value_type,compare_type,
/dports/devel/hyperscan/boost_1_75_0/boost/multi_index/
H A Dordered_index.hpp67 typedef typename index_args::compare_type compare_type; typedef
79 key_from_value_type,compare_type,
92 typedef typename index_args::compare_type compare_type; typedef
104 key_from_value_type,compare_type,
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/multi_index/
H A Dordered_index.hpp67 typedef typename index_args::compare_type compare_type; typedef
79 key_from_value_type,compare_type,
92 typedef typename index_args::compare_type compare_type; typedef
104 key_from_value_type,compare_type,
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/multi_index/
H A Dordered_index.hpp67 typedef typename index_args::compare_type compare_type; typedef
79 key_from_value_type,compare_type,
92 typedef typename index_args::compare_type compare_type; typedef
104 key_from_value_type,compare_type,
/dports/devel/R-cran-BH/BH/inst/include/boost/multi_index/
H A Dordered_index.hpp67 typedef typename index_args::compare_type compare_type; typedef
79 key_from_value_type,compare_type,
92 typedef typename index_args::compare_type compare_type; typedef
104 key_from_value_type,compare_type,
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/multi_index/
H A Dordered_index.hpp67 typedef typename index_args::compare_type compare_type; typedef
79 key_from_value_type,compare_type,
92 typedef typename index_args::compare_type compare_type; typedef
104 key_from_value_type,compare_type,
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/multi_index/
H A Dordered_index.hpp67 typedef typename index_args::compare_type compare_type; typedef
79 key_from_value_type,compare_type,
92 typedef typename index_args::compare_type compare_type; typedef
104 key_from_value_type,compare_type,
/dports/databases/percona57-server/boost_1_59_0/boost/multi_index/
H A Dordered_index.hpp67 typedef typename index_args::compare_type compare_type; typedef
79 key_from_value_type,compare_type,
92 typedef typename index_args::compare_type compare_type; typedef
104 key_from_value_type,compare_type,
/dports/databases/xtrabackup/boost_1_59_0/boost/multi_index/
H A Dordered_index.hpp67 typedef typename index_args::compare_type compare_type; typedef
79 key_from_value_type,compare_type,
92 typedef typename index_args::compare_type compare_type; typedef
104 key_from_value_type,compare_type,
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/multi_index/
H A Dordered_index.hpp67 typedef typename index_args::compare_type compare_type; typedef
79 key_from_value_type,compare_type,
92 typedef typename index_args::compare_type compare_type; typedef
104 key_from_value_type,compare_type,
/dports/databases/percona57-client/boost_1_59_0/boost/multi_index/
H A Dordered_index.hpp67 typedef typename index_args::compare_type compare_type; typedef
79 key_from_value_type,compare_type,
92 typedef typename index_args::compare_type compare_type; typedef
104 key_from_value_type,compare_type,
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/multi_index/
H A Dordered_index.hpp67 typedef typename index_args::compare_type compare_type; typedef
79 key_from_value_type,compare_type,
92 typedef typename index_args::compare_type compare_type; typedef
104 key_from_value_type,compare_type,
/dports/devel/boost-libs/boost_1_72_0/boost/multi_index/
H A Dordered_index.hpp67 typedef typename index_args::compare_type compare_type; typedef
79 key_from_value_type,compare_type,
92 typedef typename index_args::compare_type compare_type; typedef
104 key_from_value_type,compare_type,
/dports/devel/boost-python-libs/boost_1_72_0/boost/multi_index/
H A Dordered_index.hpp67 typedef typename index_args::compare_type compare_type; typedef
79 key_from_value_type,compare_type,
92 typedef typename index_args::compare_type compare_type; typedef
104 key_from_value_type,compare_type,
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/multi_index/
H A Dordered_index.hpp67 typedef typename index_args::compare_type compare_type; typedef
79 key_from_value_type,compare_type,
92 typedef typename index_args::compare_type compare_type; typedef
104 key_from_value_type,compare_type,
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/multi_index/
H A Dordered_index.hpp67 typedef typename index_args::compare_type compare_type; typedef
79 key_from_value_type,compare_type,
92 typedef typename index_args::compare_type compare_type; typedef
104 key_from_value_type,compare_type,

12345678910>>...112