| /third_party/boost/boost/fusion/algorithm/iteration/detail/preprocessed/ |
| D | fold.hpp | 124 fold(Seq& seq, State& state, F& f) in fold() function 141 struct fold struct 152 fold(Seq& seq, State const& state, F f) in fold() function 163 fold(Seq const& seq, State const& state, F f) in fold() function 174 fold(Seq& seq, State& state, F f) in fold() function 185 fold(Seq const& seq, State& state, F f) in fold() function
|
| /third_party/boost/boost/mpl/ |
| D | fold.hpp | 31 struct fold struct 39 >::state type;
|
| /third_party/typescript/tests/baselines/reference/ |
| D | typeInferenceFBoundedTypeParams.js | 28 function fold(values, result, fold) { function
|
| /third_party/boost/boost/proto/transform/ |
| D | fold.hpp | 86 struct fold : transform<fold<Sequence, State0, Fun> > struct 89 struct impl : transform_impl<Expr, State, Data> 212 struct fold<_, State0, Fun> : transform<fold<_, State0, Fun> > struct 215 struct impl
|
| /third_party/typescript/tests/cases/compiler/ |
| D | typeInferenceFBoundedTypeParams.ts | 3 function fold<a, r>(values: a[], result: r, fold: (result: r, value: a) => r): r { function
|
| D | genericFunctionsWithOptionalParameters1.ts | 2 fold<T, S>(c?: Array<T>, folder?: (s: S, t: T) => T, init?: S): T; method
|
| D | genericFunctionsWithOptionalParameters2.ts | 2 fold<T, S>(c: Array<T>, folder?: (s: S, t: T) => T, init?: S): T; method
|
| D | genericFunctionsWithOptionalParameters3.ts | 5 fold<T, S>(c?: Collection<T>, folder?: (s: S, t: T) => T, init?: S): T; method
|
| /third_party/boost/boost/hana/fwd/ |
| D | fold.hpp | 35 constexpr auto fold = fold_left; variable
|
| /third_party/boost/libs/hana/include/boost/hana/fwd/ |
| D | fold.hpp | 35 constexpr auto fold = fold_left; variable
|
| /third_party/boost/libs/mpl/doc/src/refmanual/ |
| D | fold.rst | 3 fold title
|
| /third_party/node/tools/inspector_protocol/jinja2/ |
| D | optimizer.py | 35 def fold(self, node, eval_ctx=None): member in Optimizer
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| D | sb_expr.cpp | 148 bool expr_handler::fold(node& n) { in fold() function in r600_sb::expr_handler 184 bool expr_handler::fold(container_node& n) { in fold() function in r600_sb::expr_handler 292 bool expr_handler::fold(alu_node& n) { in fold() function in r600_sb::expr_handler 304 bool expr_handler::fold(fetch_node& n) { in fold() function in r600_sb::expr_handler 320 bool expr_handler::fold(cf_node& n) { in fold() function in r600_sb::expr_handler
|
| /third_party/python/Include/ |
| D | datetime.h | 84 unsigned char fold; member 112 unsigned char fold; member 230 #define PyDateTime_FromDateAndTimeAndFold(year, month, day, hour, min, sec, usec, fold) \ argument 238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | Constant.cpp | 101 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TIntermTyped* rightConstantNode) const in fold() function in glslang::TIntermConstantUnion 400 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TType& returnType) const in fold() function in glslang::TIntermConstantUnion 991 TIntermTyped* TIntermediate::fold(TIntermAggregate* aggrNode) in fold() function in glslang::TIntermediate
|
| /third_party/gstreamer/gstplugins_base/gst/playback/ |
| D | gsturisourcebin.c | 2651 uri_source_query_init (GstURISourceBin * urisrc, QueryFold * fold) in uri_source_query_init() 2661 QueryFold * fold) in uri_source_query_duration_fold() 2681 uri_source_query_duration_done (GstURISourceBin * urisrc, QueryFold * fold) in uri_source_query_duration_done() 2694 QueryFold * fold) in uri_source_query_position_fold() 2715 uri_source_query_position_done (GstURISourceBin * urisrc, QueryFold * fold) in uri_source_query_position_done() 2728 QueryFold * fold) in uri_source_query_latency_fold() 2763 uri_source_query_latency_done (GstURISourceBin * urisrc, QueryFold * fold) in uri_source_query_latency_done() 2777 QueryFold * fold) in uri_source_query_seeking_fold() 2797 uri_source_query_seeking_done (GstURISourceBin * urisrc, QueryFold * fold) in uri_source_query_seeking_done() 2810 QueryFold * fold) in uri_source_query_generic_fold()
|
| D | gsturidecodebin.c | 2853 decoder_query_init (GstURIDecodeBin * dec, QueryFold * fold) in decoder_query_init() 2863 QueryFold * fold) in decoder_query_duration_fold() 2883 decoder_query_duration_done (GstURIDecodeBin * dec, QueryFold * fold) in decoder_query_duration_done() 2896 QueryFold * fold) in decoder_query_position_fold() 2917 decoder_query_position_done (GstURIDecodeBin * dec, QueryFold * fold) in decoder_query_position_done() 2929 decoder_query_latency_fold (const GValue * item, GValue * ret, QueryFold * fold) in decoder_query_latency_fold() 2964 decoder_query_latency_done (GstURIDecodeBin * dec, QueryFold * fold) in decoder_query_latency_done() 2977 decoder_query_seeking_fold (const GValue * item, GValue * ret, QueryFold * fold) in decoder_query_seeking_fold() 2997 decoder_query_seeking_done (GstURIDecodeBin * dec, QueryFold * fold) in decoder_query_seeking_done() 3009 decoder_query_generic_fold (const GValue * item, GValue * ret, QueryFold * fold) in decoder_query_generic_fold()
|
| /third_party/python/Lib/email/ |
| D | _policybase.py | 249 def fold(self, name, value): member in Policy 318 def fold(self, name, value): member in Compat32
|
| D | policy.py | 165 def fold(self, name, value): member in EmailPolicy
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
| D | CaseIterator.java | 539 String fold = null; in main() local
|
| /third_party/python/Lib/ |
| D | datetime.py | 397 def _check_time_fields(hour, minute, second, microsecond, fold): argument 1239 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument 1305 def fold(self): member in time 1506 tzinfo=True, *, fold=None): argument 1572 microsecond=0, tzinfo=None, *, fold=0): argument 1633 def fold(self): member in datetime 1825 *, fold=None): argument
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gstbin.c | 4043 bin_query_min_max_init (GstBin * bin, QueryFold * fold) in bin_query_min_max_init() 4051 bin_query_duration_fold (const GValue * vitem, GValue * ret, QueryFold * fold) in bin_query_duration_fold() 4083 bin_query_duration_done (GstBin * bin, QueryFold * fold) in bin_query_duration_done() 4095 bin_query_position_fold (const GValue * vitem, GValue * ret, QueryFold * fold) in bin_query_position_fold() 4134 bin_query_position_done (GstBin * bin, QueryFold * fold) in bin_query_position_done() 4146 bin_query_latency_fold (const GValue * vitem, GValue * ret, QueryFold * fold) in bin_query_latency_fold() 4185 bin_query_latency_done (GstBin * bin, QueryFold * fold) in bin_query_latency_done() 4198 bin_query_generic_fold (const GValue * vitem, GValue * ret, QueryFold * fold) in bin_query_generic_fold()
|
| /third_party/mesa3d/src/gallium/frontends/clover/util/ |
| D | algorithm.hpp | 130 fold(F &&f, A a, R &&r) { in fold() function
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | CaseMap.java | 56 public static Fold fold() { return Fold.DEFAULT; } in fold() method in CaseMap
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | CaseMap.java | 52 public static Fold fold() { return Fold.DEFAULT; } in fold() method in CaseMap
|