Lines Matching refs:try_put
121 CHECK_MESSAGE( exe_vec[node_idx].try_put( InputType() ) == true, "" ); in buffered_levels()
145 (void)std::get<0>(p).try_put(i); in operator ()()
202 CHECK_MESSAGE( exe_node.try_put( InputType() ) == true, "" ); in buffered_levels_with_copy()
275 CHECK_MESSAGE( exe_node.try_put( InputType() ) == true, "" ); in concurrency_levels()
278 CHECK_MESSAGE( exe_node.try_put( InputType() ) == false, "" ); in concurrency_levels()
307 CHECK_MESSAGE( exe_node.try_put( InputType() ) == true, "" ); in concurrency_levels()
342 CHECK_MESSAGE( my_exe_node->try_put( InputType() ) == true, "" ); in operator ()()
410 (void)std::get<1>(p).try_put(OddType(i)); in operator ()()
413 (void)std::get<0>(p).try_put(EvenType(i)); in operator ()()
436 mo_node.try_put(i); in run_multiport_test()
499 std::get<0>(op).try_put(i); in test_precedes()
501 std::get<1>(op).try_put(i); in test_precedes()
505 node.try_put(0); in test_precedes()
506 node.try_put(1); in test_precedes()
522 std::get<0>(op).try_put(i); in test_follows_and_precedes_api()
570 std::get<0>(op).try_put(i); in __anon0fcb77200802()
572 std::get<1>(op).try_put(i); in __anon0fcb77200802()
576 node.try_put(0);
577 node.try_put(1);