MCPcopy Create free account
hub / github.com/boostorg/compute / count

Method count

include/boost/compute/container/flat_map.hpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 }
283
284 size_type count(const key_type &value, command_queue &queue) const
285 {
286 return find(value, queue) != end() ? 1 : 0;
287 }
288
289 size_type count(const key_type &value) const
290 {

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 4

findFunction · 0.85
countFunction · 0.85
default_queueMethod · 0.80
finishMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36