Searched refs:CompareMod10 (Results 1 – 2 of 2) sorted by relevance
108 struct CompareMod10 struct216 typedef stxxl::stream::runs_creator<counter_object, CompareMod10> rc_counter_type; in main()219 CompareMod10 comparemod10; in main()225 …typedef stxxl::stream::runs_merger<rc_counter_type::sorted_runs_type, CompareMod10> rm_counter_typ… in main()243 … typedef stxxl::stream::runs_creator<stxxl::stream::use_push<int>, CompareMod10> rc_counter_type; in main()246 CompareMod10 comparemod10; in main()256 …typedef stxxl::stream::runs_merger<rc_counter_type::sorted_runs_type, CompareMod10> rm_counter_typ… in main()274 typedef stxxl::sorter<int, CompareMod10> sr_counter_type; in main()277 CompareMod10 comparemod10; in main()
286 struct CompareMod10311 // define a runs sorter for the counter stream which order by CompareMod10 object.312 typedef stxxl::stream::runs_creator<counter_object, CompareMod10> rc_counter_type;314 // instance of CompareMod10 comparator class315 CompareMod10 comparemod10;343 // define a runs sorter which accepts imperative push()s and orders by CompareMod10 object.346 // instance of CompareMod10 comparator class.347 CompareMod10 comparemod10;376 typedef stxxl::sorter<int, CompareMod10> sr_counter_type;378 // instance of CompareMod10 comparator class.[all …]