Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Dif.hpp55 struct if_ struct
67 > almost_type_;
70 typedef typename almost_type_::type type;
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dtemplate_util.h98 struct if_{ struct
103 struct if_<false, A, B> { argument
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dtemplate_util.h98 struct if_{ struct
103 struct if_<false, A, B> { argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Dmatches.hpp686 struct if_ : transform<if_<If, Then, Else> > struct
688 typedef if_ proto_grammar;
691 struct impl : transform_impl<Expr, State, Data>
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-function-params.cpp5 template<typename T1> struct if_ { struct
6 typedef if_c< static_cast<bool>(T1::value)> almost_type_; // expected-note 5{{in instantiation}} argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/example/
Dvirtual_member.cpp81 struct if_ {}; struct
271 if_(E const &e) in if_() function
Dlambda.hpp51 struct if_ {}; struct
807 Expr const &if_; member
851 if_generator<Expr> if_(Expr const &expr) in if_() function
/aosp_15_r20/frameworks/base/tools/codegen/src/com/android/codegen/
H A DUtils.kt28 fun if_(cond: Boolean, then: String) = if (cond) then else "" in Char() method
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/net/
Dmod.rs4 pub mod if_; module
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_opt_break_if.c25 agx_instr *if_ = agx_last_instr(block); in match_block() local
H A Dagx_compile.c2459 agx_instr *if_ = agx_if_icmp(&_b, cond, agx_zero(), 1, AGX_ICOND_UEQ, true, in emit_if() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dmeta_utils_core.hpp52 struct if_ : if_c<0 != T1::value, T2, T3> struct
Dunique_ptr_meta_utils.hpp74 struct if_ : if_c<0 != T1::value, T2, T3> struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/statement/
Dif.hpp154 if_(Cond const & cond) in if_() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/lex/
Dexample4.cpp67 lex::token_def<> if_, else_, while_; member
Dexample5.cpp72 lex::token_def<lex::omit> if_, while_; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dstatements.hpp196 if_(CondT const& cond) in if_() function
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_alias_analysis.cpp267 auto if_ = g.insertNode(g.create(prim::If, 0)); in insertIf() local
415 auto if_ = insertIf( in TEST() local
/aosp_15_r20/external/emboss/compiler/front_end/
H A Dformat_emb.py565 def _conditional_field(if_, condition, colon, comment, eol, indent, body, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding_test.cc4254 Output if_ = ops::Const(scope.WithOpName("if"), *if_t); in TEST_F() local
4316 Output if_ = ops::Const(scope.WithOpName("if"), *if_t); in TEST_F() local