/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/example/ |
D | vector.cpp | 109 template<typename Tag, int D = 0> struct case_ : proto::not_<_> {}; struct 111 template<int D> struct case_< proto::tag::plus_assign, D > : _ {}; struct 112 template<int D> struct case_< proto::tag::minus_assign, D > : _ {}; struct 113 template<int D> struct case_< proto::tag::multiplies_assign, D > : _ {}; struct 114 template<int D> struct case_< proto::tag::divides_assign, D > : _ {}; struct 115 template<int D> struct case_< proto::tag::modulus_assign, D > : _ {}; struct 116 template<int D> struct case_< proto::tag::shift_left_assign, D > : _ {}; struct 117 template<int D> struct case_< proto::tag::shift_right_assign, D > : _ {}; struct 118 template<int D> struct case_< proto::tag::bitwise_and_assign, D > : _ {}; struct 119 template<int D> struct case_< proto::tag::bitwise_or_assign, D > : _ {}; struct [all …]
|
D | lambda.hpp | 62 template<int I> struct case_ { static const int value = I; }; argument 388 struct case_ struct 393 struct case_<tag::catch_<E> > struct 398 struct case_<tag::case_<I> > struct 403 template<> struct Cases::case_<tag::while_> : proto::otherwise<EvalWhile> {}; struct in boost::lambda::Cases 404 template<> struct Cases::case_<tag::for_> : proto::otherwise<EvalFor> {}; struct in boost::lambda::Cases 405 template<> struct Cases::case_<tag::if_> : proto::otherwise<EvalIf> {}; struct in boost::lambda::Cases 406 template<> struct Cases::case_<tag::if_else_> : proto::otherwise<EvalIfElse> {}; struct in boost::lambda::Cases 407 template<> struct Cases::case_<tag::do_while_> : proto::otherwise<EvalDoWhile> {}; struct in boost::lambda::Cases 408 template<> struct Cases::case_<tag::switch_> : proto::otherwise<EvalSwitch> {}; struct in boost::lambda::Cases [all …]
|
D | mixed.cpp | 147 template<typename Tag, int D = 0> struct case_ : proto::not_<_> {}; struct 149 template<int D> struct case_< proto::tag::plus_assign, D > : _ {}; struct 150 template<int D> struct case_< proto::tag::minus_assign, D > : _ {}; struct 151 template<int D> struct case_< proto::tag::multiplies_assign, D > : _ {}; struct 152 template<int D> struct case_< proto::tag::divides_assign, D > : _ {}; struct 153 template<int D> struct case_< proto::tag::modulus_assign, D > : _ {}; struct 154 template<int D> struct case_< proto::tag::shift_left_assign, D > : _ {}; struct 155 template<int D> struct case_< proto::tag::shift_right_assign, D > : _ {}; struct 156 template<int D> struct case_< proto::tag::bitwise_and_assign, D > : _ {}; struct 157 template<int D> struct case_< proto::tag::bitwise_or_assign, D > : _ {}; struct [all …]
|
/aosp_15_r20/external/google-cloud-java/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/java/com/google/cloud/support/v2/ |
H A D | CaseName.java | 42 private final String case_; field in CaseName 96 public static CaseName of(String organization, String case_) { in of() 101 public static CaseName ofOrganizationCaseName(String organization, String case_) { in ofOrganizationCaseName() 106 public static CaseName ofProjectCaseName(String project, String case_) { in ofProjectCaseName() 110 public static String format(String organization, String case_) { in format() 115 public static String formatOrganizationCaseName(String organization, String case_) { in formatOrganizationCaseName() 120 public static String formatProjectCaseName(String project, String case_) { in formatProjectCaseName() 224 private String case_; field in CaseName.Builder 241 public Builder setCase(String case_) { in setCase() 263 private String case_; field in CaseName.ProjectCaseBuilder [all …]
|
H A D | UpdateCaseRequest.java | 69 private com.google.cloud.support.v2.Case case_; field in UpdateCaseRequest 560 private com.google.cloud.support.v2.Case case_; field in UpdateCaseRequest.Builder
|
H A D | CreateCaseRequest.java | 128 private com.google.cloud.support.v2.Case case_; field in CreateCaseRequest 666 private com.google.cloud.support.v2.Case case_; field in CreateCaseRequest.Builder
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/ |
D | meta_compiler.hpp | 69 struct case_ struct 77 struct case_<proto::tag::terminal, Enable> struct 85 struct case_<Tag, typename enable_if<use_operator<Domain, Tag> >::type> struct 103 struct case_<proto::tag::subscript, Enable> struct 131 struct case_ struct 139 struct case_<proto::tag::terminal> struct 147 struct case_<Tag> struct 169 struct case_<proto::tag::subscript> struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/test/ |
D | switch.cpp | 23 struct case_ struct 29 struct MyCases::case_<proto::tag::shift_right> struct in MyCases 34 struct MyCases::case_<proto::tag::plus> struct in MyCases 43 struct case_ struct 50 struct ArityOfCases::case_<boost::mpl::long_<1> > struct in ArityOfCases 55 struct ArityOfCases::case_<boost::mpl::long_<2> > struct in ArityOfCases
|
D | matches.cpp | 59 struct case_ struct 65 struct MyCases::case_<proto::tag::shift_right> struct in MyCases 70 struct MyCases::case_<proto::tag::plus> struct in MyCases
|
/aosp_15_r20/external/google-cloud-java/java-cloudsupport/google-cloud-cloudsupport/src/test/java/com/google/cloud/support/v2/ |
H A D | CaseServiceClientTest.java | 398 Case case_ = Case.newBuilder().build(); in createCaseTest() local 422 Case case_ = Case.newBuilder().build(); in createCaseExceptionTest() local 451 Case case_ = Case.newBuilder().build(); in createCaseTest2() local 475 Case case_ = Case.newBuilder().build(); in createCaseExceptionTest2() local 504 Case case_ = Case.newBuilder().build(); in createCaseTest3() local 528 Case case_ = Case.newBuilder().build(); in createCaseExceptionTest3() local 556 Case case_ = Case.newBuilder().build(); in updateCaseTest() local 580 Case case_ = Case.newBuilder().build(); in updateCaseExceptionTest() local
|
H A D | CaseServiceClientHttpJsonTest.java | 428 Case case_ = Case.newBuilder().build(); in createCaseTest() local 457 Case case_ = Case.newBuilder().build(); in createCaseExceptionTest() local 486 Case case_ = Case.newBuilder().build(); in createCaseTest2() local 515 Case case_ = Case.newBuilder().build(); in createCaseExceptionTest2() local 544 Case case_ = Case.newBuilder().build(); in createCaseTest3() local 573 Case case_ = Case.newBuilder().build(); in createCaseExceptionTest3() local 601 Case case_ = in updateCaseTest() local 645 Case case_ = in updateCaseExceptionTest() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/core/ |
D | domain.hpp | 31 struct case_ struct 38 struct phoenix_generator::case_<proto::tag::assign> struct in boost::phoenix::phoenix_generator 47 struct phoenix_generator::case_<proto::tag::subscript> struct in boost::phoenix::phoenix_generator
|
D | terminal.hpp | 98 struct meta_grammar::case_<proto::tag::terminal, Dummy> struct in boost::phoenix::meta_grammar
|
D | meta_grammar.hpp | 27 struct case_ struct
|
/aosp_15_r20/external/google-cloud-java/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/ |
H A D | CaseServiceClient.java | 625 public final Case createCase(OrganizationName parent, Case case_) { in createCase() 659 public final Case createCase(ProjectName parent, Case case_) { in createCase() 693 public final Case createCase(String parent, Case case_) { in createCase() 786 public final Case updateCase(Case case_, FieldMask updateMask) { in updateCase()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/operator/ |
D | member.hpp | 47 struct phoenix_generator::case_<proto::tag::mem_ptr> struct in boost::phoenix::phoenix_generator
|
D | if_else.hpp | 43 struct meta_grammar::case_<tag::if_else_operator, Dummy> struct in boost::phoenix::meta_grammar
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/statement/ |
D | sequence.hpp | 39 struct meta_grammar::case_<proto::tag::comma, Dummy> struct in boost::phoenix::meta_grammar
|
D | throw.hpp | 43 struct meta_grammar::case_<tag::throw_, Dummy> struct in boost::phoenix::meta_grammar
|
D | switch.hpp | 210 case_(A const & a) in case_() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/example/ |
D | define_expression.cpp | 28 struct meta_grammar::case_<proto::tag::plus> struct in boost::phoenix::meta_grammar
|
/aosp_15_r20/external/google-cloud-java/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/createcase/ |
H A D | SyncCreateCaseStringCase.java | 38 Case case_ = Case.newBuilder().build(); in syncCreateCaseStringCase() local
|
H A D | SyncCreateCaseOrganizationnameCase.java | 38 Case case_ = Case.newBuilder().build(); in syncCreateCaseOrganizationnameCase() local
|
H A D | SyncCreateCaseProjectnameCase.java | 38 Case case_ = Case.newBuilder().build(); in syncCreateCaseProjectnameCase() local
|
/aosp_15_r20/external/google-cloud-java/java-cloudsupport/samples/snippets/generated/com/google/cloud/support/v2/caseservice/updatecase/ |
H A D | SyncUpdateCaseCaseFieldmask.java | 37 Case case_ = Case.newBuilder().build(); in syncUpdateCaseCaseFieldmask() local
|