Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dif.h38 T* if_true, F* if_false) { in ChooseIf()
51 F* if_false) { in ChooseIf()
75 If(C condition, T if_true, F if_false) in If()
88 FalseFactory if_false; member
133 If(bool condition, T if_true, F if_false) : condition_(condition) { in If()
197 promise_detail::If<C, T, F> If(C condition, T if_true, F if_false) { in If()
/external/grpc-grpc/src/core/lib/promise/
Dif.h37 T* if_true, F* if_false) { in ChooseIf()
50 F* if_false) { in ChooseIf()
74 If(C condition, T if_true, F if_false) in If()
87 FalseFactory if_false; member
132 If(bool condition, T if_true, F if_false) : condition_(condition) { in If()
200 promise_detail::If<C, T, F> If(C condition, T if_true, F if_false) { in If()
/external/tensorflow/tensorflow/python/autograph/operators/
Dconditional_expressions.py23 def if_exp(cond, if_true, if_false, expr_repr): argument
30 def _tf_if_exp(cond, if_true, if_false, expr_repr): argument
51 def _py_if_exp(cond, if_true, if_false): argument
/external/tensorflow/tensorflow/compiler/tests/
Dcond_test.py111 def if_false(): function
141 def if_false(): function
168 def if_false(): function
201 def if_false(): function
/external/grpc-grpc/src/compiler/
Dobjective_c_generator_helpers.h100 inline ::std::string PreprocIfElse(const ::std::string& symbol, in PreprocIfElse()
107 inline ::std::string PreprocIfNotElse(const ::std::string& symbol, in PreprocIfNotElse()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/
Dobjective_c_generator_helpers.h101 inline ::std::string PreprocIfElse(const ::std::string& symbol, in PreprocIfElse()
108 inline ::std::string PreprocIfNotElse(const ::std::string& symbol, in PreprocIfNotElse()
/external/protobuf/src/google/protobuf/stubs/
Dtemplate_util_unittest.cc67 typedef if_<false, true_type, false_type>::type if_false; in TEST() typedef
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/
Dtemplate_util_unittest.cc67 typedef if_<false, true_type, false_type>::type if_false; in TEST() typedef
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/
Dtemplate_util_unittest.cc67 typedef if_<false, true_type, false_type>::type if_false; in TEST() typedef
/external/emboss/runtime/cpp/
Demboss_arithmetic.h303 Maybe<FalseT> if_false) { in Choice()
/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
Dcond_v2_test.py1196 def if_false(): function
1223 def if_false(): function
/external/pytorch/torch/
D_jit_internal.py604 if_false, argument
/external/emboss/compiler/front_end/
Dmodule_ir.py437 def _choice_expression(condition, question, if_true, colon, if_false): argument
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1497 SpvId if_true, SpvId if_false) in emit_select()