Home
last modified time | relevance | path

Searched refs:sorter_type (Results 1 – 10 of 10) sorted by relevance

/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_list.cpp411 this->sorter_type = SORT_BY_VALUE; in ScriptList()
529 if (sorter == this->sorter_type && ascending == this->sort_ascending) return; in Sort()
551 this->sorter_type = sorter; in Sort()
581 Swap(this->sorter_type, list->sorter_type); in SwapList()
634 this->Sort(this->sorter_type, !this->sort_ascending); in RemoveTop()
636 this->Sort(this->sorter_type, !this->sort_ascending); in RemoveTop()
640 switch (this->sorter_type) { in RemoveTop()
671 this->Sort(this->sorter_type, !this->sort_ascending); in RemoveBottom()
673 this->Sort(this->sorter_type, !this->sort_ascending); in RemoveBottom()
677 switch (this->sorter_type) { in RemoveBottom()
H A Dscript_list.hpp39 SorterType sorter_type; ///< Sorting type member in ScriptList
/dports/devel/stxxl/stxxl-1.4.1/examples/containers/
H A Dsorter1.cpp40 typedef stxxl::sorter<int, my_comparator> sorter_type; in main() typedef
43 sorter_type int_sorter(my_comparator(), 64 * 1024 * 1024); in main()
H A Dsorter2.cpp52 typedef stxxl::sorter<TwoInteger, TwoIntegerComparator, 1*1024*1024> sorter_type; in main() typedef
55 sorter_type int_sorter(TwoIntegerComparator(), 64 * 1024 * 1024); in main()
/dports/devel/stxxl/stxxl-1.4.1/tests/containers/
H A Dtest_sorter.cpp101 typedef stxxl::sorter<my_type, Comparator, block_size> sorter_type; in main() typedef
106 sorter_type s(cmp, memory_to_use); in main()
130 sorter_type s(cmp, memory_to_use); in main()
/dports/devel/stxxl/stxxl-1.4.1/tools/benchmarks/
H A Dberkeley_db_benchmark.cpp602 typedef stxxl::stream::sort<rand_key_gen, comp_type> sorter_type; in run_stxxl_map_big() typedef
603 sorter_type Sorter(Gen, comp_type(), SORTER_MEM); in run_stxxl_map_big()
604 typedef key2pair<sorter_type> key2pair_type; in run_stxxl_map_big()
810 typedef stxxl::stream::sort<rand_key_gen, comp_type> sorter_type; in run_tpie_btree_big() typedef
811 sorter_type Sorter(Gen, comp_type(), SORTER_MEM); in run_tpie_btree_big()
985 typedef stxxl::stream::sort<rand_key_gen, comp_type> sorter_type; in run_bdb_btree_big() typedef
986 sorter_type Sorter(Gen, comp_type(), SORTER_MEM); in run_bdb_btree_big()
987 typedef key2pair<sorter_type> key2pair_type; in run_bdb_btree_big()
/dports/devel/stxxl/stxxl-1.4.1/doc/
H A Dtutorial_sorter.dox30 typedef stxxl::sorter<int, my_comparator, 1*1024*1024> sorter_type;
33 sorter_type int_sorter(my_comparator(), 64*1024*1024);
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/stream/
H A Dsort_stream.h1649 typedef stream::sort<InputType, CmpType, BlockSize, AllocStr> sorter_type; in sort() typedef
1650 sorter_type Sort(Input, cmp, MemSize); in sort()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc532 SortTypeMap::const_iterator sorter_type = in CompileDownloadQueryOrderBy() local
534 if (sorter_type == sorter_types.Get().end()) { in CompileDownloadQueryOrderBy()
538 query->AddSorter(sorter_type->second, direction); in CompileDownloadQueryOrderBy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc528 SortTypeMap::const_iterator sorter_type = in CompileDownloadQueryOrderBy() local
530 if (sorter_type == sorter_types.Get().end()) { in CompileDownloadQueryOrderBy()
534 query->AddSorter(sorter_type->second, direction); in CompileDownloadQueryOrderBy()