Home
last modified time | relevance | path

Searched defs:Cell (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_for_each/parallel_preorder/
H A DGraph.hpp40 class Cell { class
64 Cell() {} in Cell() function in Cell
H A DGraph.cpp23 Cell::Cell(const Cell& other) : op(other.op), value(other.value), successor(other.successor) { in Cell() function in Cell