Searched refs:false_block_generator (Results 1 – 2 of 2) sorted by relevance
212 const std::function<Status()>& false_block_generator = nullptr);217 const std::function<Status()>& false_block_generator = []() -> Status {221 false_block_generator);226 const std::function<void()>& false_block_generator = nullptr) {227 If("", condition, true_block_generator, false_block_generator);232 const std::function<void()>& false_block_generator = nullptr) {233 if (false_block_generator != nullptr) {241 false_block_generator();
63 const std::function<Status()>& false_block_generator) { in IfWithStatus() argument66 /*emit_else=*/false_block_generator != nullptr); in IfWithStatus()69 if (false_block_generator != nullptr) { in IfWithStatus()71 TF_RETURN_IF_ERROR(false_block_generator()); in IfWithStatus()