Home
last modified time | relevance | path

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

/oneTBB/examples/graph/binpack/
H A Dbinpack.cpp113 std::get<1>(p).try_put(my_bin); in operator ()()
114 my_bin.clear(); in operator ()()
127 packed_items -= my_bin.size(); 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 ()()
183 my_bin.clear(); in operator ()()
190 std::get<1>(p).try_put(my_bin); in operator ()()
[all …]