/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/ |
D | if.hpp | 55 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 D | template_util.h | 98 struct if_{ struct 103 struct if_<false, A, B> { argument
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | template_util.h | 98 struct if_{ struct 103 struct if_<false, A, B> { argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/ |
D | matches.hpp | 686 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 D | instantiate-function-params.cpp | 5 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/ |
D | virtual_member.cpp | 81 struct if_ {}; struct 271 if_(E const &e) in if_() function
|
D | lambda.hpp | 51 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 D | Utils.kt | 28 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/ |
D | mod.rs | 4 pub mod if_; module
|
/aosp_15_r20/external/mesa3d/src/asahi/compiler/ |
H A D | agx_opt_break_if.c | 25 agx_instr *if_ = agx_last_instr(block); in match_block() local
|
H A D | agx_compile.c | 2459 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/ |
D | meta_utils_core.hpp | 52 struct if_ : if_c<0 != T1::value, T2, T3> struct
|
D | unique_ptr_meta_utils.hpp | 74 struct if_ : if_c<0 != T1::value, T2, T3> struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/statement/ |
D | if.hpp | 154 if_(Cond const & cond) in if_() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/lex/ |
D | example4.cpp | 67 lex::token_def<> if_, else_, while_; member
|
D | example5.cpp | 72 lex::token_def<lex::omit> if_, while_; member
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/ |
D | statements.hpp | 196 if_(CondT const& cond) in if_() function
|
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_alias_analysis.cpp | 267 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 D | format_emb.py | 565 def _conditional_field(if_, condition, colon, comment, eol, indent, body, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | constant_folding_test.cc | 4254 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
|