Lines Matching refs:tmp
32 my_input_tuple tmp(0, 0.f, input_msg(0)); in get_values() local
33 while(rr.try_get(tmp)) { in get_values()
34 messages.push_back(tmp); in get_values()
187 my_input_tuple tmp(0, 0.f, input_msg(0)); variable
188 CHECK_MESSAGE((testing_node.try_get(tmp)), "If no one successor accepts the tuple the messages\
190 …CHECK_MESSAGE((tmp == my_input_tuple(1, 1.f, input_msg(1))), "If no one successor accepts the tupl…
226 std::tuple<oneapi::tbb::flow::continue_msg, float> tmp; variable
227 CHECK_MESSAGE((testing_node.try_get(tmp)), "Mapped keys should match.\
229 CHECK_MESSAGE((!testing_node.try_get(tmp)), "Message should not exist after item is consumed");
247 std::tuple<oneapi::tbb::flow::continue_msg, float> tmp; variable
248 CHECK_MESSAGE((testing_node.try_get(tmp) == true), "Mapped keys should match");