Home
last modified time | relevance | path

Searched defs:when (Results 1 – 25 of 107) sorted by relevance

12345

/third_party/boost/boost/proto/transform/detail/preprocessed/
Dwhen.hpp35 struct when<Grammar, R()> struct
65 struct when<Grammar, R(A0)> struct
95 struct when<Grammar, R(A0...)> struct
125 struct when<Grammar, R(A0 , A1)> struct
155 struct when<Grammar, R(A0 , A1...)> struct
185 struct when<Grammar, R(A0 , A1 , A2)> struct
215 struct when<Grammar, R(A0 , A1 , A2...)> struct
245 struct when<Grammar, R(A0 , A1 , A2 , A3)> struct
275 struct when<Grammar, R(A0 , A1 , A2 , A3...)> struct
305 struct when<Grammar, R(A0 , A1 , A2 , A3 , A4)> struct
[all …]
/third_party/boost/boost/proto/transform/
Dwhen.hpp113 struct when struct
116 typedef Grammar first;
117 typedef PrimitiveTransform second;
118 typedef typename Grammar::proto_grammar proto_grammar;
134 struct when<Grammar, Fun *> struct
178 struct when<Grammar, external_transform> struct
181 typedef Grammar first;
182 typedef external_transform second;
183 typedef typename Grammar::proto_grammar proto_grammar;
186 struct impl
[all …]
/third_party/boost/libs/phoenix/example/
Dinvert.cpp27 struct when struct
38 struct invert_actions::when<phoenix::rule::plus> struct in invert_actions
48 struct invert_actions::when<phoenix::rule::minus> struct in invert_actions
58 struct invert_actions::when<phoenix::rule::multiplies> struct in invert_actions
68 struct invert_actions::when<phoenix::rule::divides> struct in invert_actions
Didentity_transform.cpp22 struct when : phoenix::call<identity_transform<Rule> > {}; struct
26 struct identity_actions::when<phoenix::rule::argument> struct in identity_actions
32 struct identity_actions::when<phoenix::rule::terminal> struct in identity_actions
38 struct identity_actions::when<phoenix::rule::custom_terminal> struct in identity_actions
Dparallel_for.cpp50 struct default_actions::when< ::rule::omp_for> struct in boost::phoenix::default_actions
89 struct when struct
95 struct parallel_actions::when<boost::phoenix::rule::for_> struct in parallel_actions
135 struct default_actions::when< ::rule::parallel> struct in boost::phoenix::default_actions
/third_party/boost/boost/phoenix/core/
Darity.hpp51 struct when struct
71 struct arity::when<rule::argument, Dummy> struct in boost::phoenix::arity
76 struct arity::when<rule::custom_terminal, Dummy> struct in boost::phoenix::arity
81 struct arity::when<rule::terminal, Dummy> struct in boost::phoenix::arity
Dis_nullary.hpp32 struct when struct
45 struct is_nullary::when<rule::argument, Dummy> struct in boost::phoenix::is_nullary
49 struct impl
80 struct is_nullary::when<rule::custom_terminal, Dummy> struct in boost::phoenix::is_nullary
85 struct impl
102 struct is_nullary::when<rule::terminal, Dummy> struct in boost::phoenix::is_nullary
106 struct impl
Dterminal.hpp107 struct default_actions::when<rule::custom_terminal, Dummy> struct in boost::phoenix::default_actions
125 struct default_actions::when<rule::argument, Grammar> struct in boost::phoenix::default_actions
/third_party/boost/boost/spirit/home/lex/lexer/
Dsupport_functions_expression.hpp64 struct is_nullary::when<spirit::lex::rule::less, Dummy> struct in boost::phoenix::is_nullary
69 struct default_actions::when<spirit::lex::rule::less, Dummy> struct in boost::phoenix::default_actions
81 struct is_nullary::when<spirit::lex::rule::lookahead, Dummy> struct in boost::phoenix::is_nullary
86 struct default_actions::when<spirit::lex::rule::lookahead, Dummy> struct in boost::phoenix::default_actions
/third_party/typescript/tests/baselines/reference/
DreactDefaultPropsInferenceSuccess.js103 when: function () { return true; } method
108 var Test1 = function () { return react_1["default"].createElement(FieldFeedback, { when: function (… method
110 var Test2 = function () { return react_1["default"].createElement(FieldFeedback, { when: function (… method
120 when: function () { return true; } method
125 var Test1a = function () { return react_1["default"].createElement(FieldFeedbackBeta, { when: funct… method
127 var Test2a = function () { return react_1["default"].createElement(FieldFeedbackBeta, { when: funct… method
138 when: function () { return true; } method
143 var Test3 = function () { return react_1["default"].createElement(FieldFeedback2, { when: function … method
145 var Test4 = function () { return react_1["default"].createElement(FieldFeedback2, { when: function … method
DconditionalTypeContextualTypeSimplificationsSuceeds.js23 bad({ when: function (value) { return false; } }); method
24 good1({ when: function (value) { return false; } }); method
25 good2({ when: function (value) { return false; } }); method
DexportAssignTypes.js20 var x = { answer: 42, when: 1776}; property
74 var x = { answer: 42, when: 1776 }; property
/third_party/boost/libs/icl/example/user_groups_/
Duser_groups.cpp118 discrete_interval<date> when = (*med_).first; in user_groups() local
129 discrete_interval<date> when = (*admin_).first; in user_groups() local
140 discrete_interval<date> when = (*all_).first; in user_groups() local
151 discrete_interval<date> when = (*super_).first; in user_groups() local
/third_party/boost/boost/proto/transform/detail/
Dwhen.hpp62 struct when<Grammar, R(BOOST_PP_ENUM_PARAMS(N, A))> struct
94 struct when<Grammar, R(BOOST_PP_ENUM_PARAMS(N, A)...)> struct
/third_party/boost/libs/icl/example/partys_tallest_guests_/
Dpartys_tallest_guests.cpp82 discrete_interval<ptime> when = height_->first; in partys_height() local
125 discrete_interval<ptime> when = height_->first; in partys_split_height() local
/third_party/python/Lib/
Dtty.py18 def setraw(fd, when=TCSAFLUSH): argument
30 def setcbreak(fd, when=TCSAFLUSH): argument
/third_party/boost/boost/spirit/home/lex/
Dargument_phoenix.hpp126 struct is_nullary::when<spirit::lex::rule::value_setter, Dummy> struct in boost::phoenix::is_nullary
131 struct default_actions::when<spirit::lex::rule::value_setter, Dummy> struct in boost::phoenix::default_actions
190 struct is_nullary::when<spirit::lex::rule::state_setter, Dummy> struct in boost::phoenix::is_nullary
195 struct default_actions::when<spirit::lex::rule::state_setter, Dummy> struct in boost::phoenix::default_actions
/third_party/boost/boost/phoenix/scope/
Dlambda.hpp153 struct default_actions::when<rule::lambda, Dummy> struct in boost::phoenix::default_actions
158 struct is_nullary::when<rule::lambda, Dummy> struct in boost::phoenix::is_nullary
180 struct is_nullary::when<rule::lambda_actor, Dummy> struct in boost::phoenix::is_nullary
306 struct default_actions::when<rule::lambda_actor, Dummy> struct in boost::phoenix::default_actions
Dthis.hpp173 struct default_actions::when<rule::this_, Dummy> struct in boost::phoenix::default_actions
178 struct is_nullary::when<rule::this_, Dummy> struct in boost::phoenix::is_nullary
/third_party/libunwind/include/
Dlibunwind-dynamic.h92 int32_t when; /* when does it take effect? */ member
183 #define _U_dyn_op_save_reg(op, qp, when, reg, dst) \ argument
186 #define _U_dyn_op_spill_fp_rel(op, qp, when, reg, offset) \ argument
190 #define _U_dyn_op_spill_sp_rel(op, qp, when, reg, offset) \ argument
194 #define _U_dyn_op_add(op, qp, when, reg, value) \ argument
197 #define _U_dyn_op_pop_frames(op, qp, when, num_frames) \ argument
206 #define _U_dyn_op_alias(op, qp, when, addr) \ argument
/third_party/skia/third_party/externals/icu/source/samples/date/
Ddate.c82 UDate when; in main() local
253 date(UDate when, in date()
310 UDate when=0; in getWhen() local
/third_party/icu/icu4c/source/samples/date/
Ddate.c81 UDate when; in main() local
252 date(UDate when, in date()
309 UDate when=0; in getWhen() local
/third_party/flutter/skia/third_party/externals/icu/source/samples/date/
Ddate.c81 UDate when; in main() local
252 date(UDate when, in date()
309 UDate when=0; in getWhen() local
/third_party/typescript/tests/cases/compiler/
DconditionalTypeContextualTypeSimplificationsSuceeds.ts4 when: (value: string) => boolean; property
/third_party/boost/boost/phoenix/fusion/
Dat.hpp27 struct default_actions::when<rule::at_c, Dummy> struct in boost::phoenix::default_actions

12345