Lines Matching refs:my_bin
79 bin my_bin; // the current bin that this bin_filler is packing member in bin_filler
113 std::get<1>(p).try_put(my_bin); in operator ()()
114 my_bin.clear(); in operator ()()
127 packed_items -= my_bin.size(); in operator ()()
128 for (size_type i = 0; i < my_bin.size(); ++i) in operator ()()
129 std::get<0>(p).try_put(my_bin[i]); in operator ()()
139 std::get<1>(p).try_put(my_bin); in operator ()()
146 my_bin.push_back(item); in operator ()()
156 std::get<1>(p).try_put(my_bin); in operator ()()
157 my_bin.clear(); in operator ()()
180 packed_items -= my_bin.size(); in operator ()()
181 for (size_type i = 0; i < my_bin.size(); ++i) in operator ()()
182 std::get<0>(p).try_put(my_bin[i]); in operator ()()
183 my_bin.clear(); in operator ()()
190 std::get<1>(p).try_put(my_bin); in operator ()()
191 my_bin.clear(); in operator ()()