Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp822 const std::vector<range_part> distributed; member
847 struct distributed { struct
848 static bool is_not(range_part const& rp){ return !rp.distribute;} in is_not()
849 static bool is_yes(range_part const& rp){ return rp.distribute;} in is_yes()