Home
last modified time | relevance | path

Searched defs:fold (Results 1 – 25 of 57) sorted by relevance

123

/third_party/boost/boost/fusion/algorithm/iteration/detail/preprocessed/
Dfold.hpp124 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/
Dfold.hpp31 struct fold struct
39 >::state type;
/third_party/typescript/tests/baselines/reference/
DtypeInferenceFBoundedTypeParams.js28 function fold(values, result, fold) { function
/third_party/boost/boost/proto/transform/
Dfold.hpp86 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/
DtypeInferenceFBoundedTypeParams.ts3 function fold<a, r>(values: a[], result: r, fold: (result: r, value: a) => r): r { function
DgenericFunctionsWithOptionalParameters1.ts2 fold<T, S>(c?: Array<T>, folder?: (s: S, t: T) => T, init?: S): T; method
DgenericFunctionsWithOptionalParameters2.ts2 fold<T, S>(c: Array<T>, folder?: (s: S, t: T) => T, init?: S): T; method
DgenericFunctionsWithOptionalParameters3.ts5 fold<T, S>(c?: Collection<T>, folder?: (s: S, t: T) => T, init?: S): T; method
/third_party/boost/boost/hana/fwd/
Dfold.hpp35 constexpr auto fold = fold_left; variable
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dfold.hpp35 constexpr auto fold = fold_left; variable
/third_party/boost/libs/mpl/doc/src/refmanual/
Dfold.rst3 fold title
/third_party/node/tools/inspector_protocol/jinja2/
Doptimizer.py35 def fold(self, node, eval_ctx=None): member in Optimizer
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp148 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/
Ddatetime.h84 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/
DConstant.cpp101 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/
Dgsturisourcebin.c2651 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()
Dgsturidecodebin.c2853 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.py249 def fold(self, name, value): member in Policy
318 def fold(self, name, value): member in Compat32
Dpolicy.py165 def fold(self, name, value): member in EmailPolicy
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DCaseIterator.java539 String fold = null; in main() local
/third_party/python/Lib/
Ddatetime.py397 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/
Dgstbin.c4043 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/
Dalgorithm.hpp130 fold(F &&f, A a, R &&r) { in fold() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCaseMap.java56 public static Fold fold() { return Fold.DEFAULT; } in fold() method in CaseMap
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCaseMap.java52 public static Fold fold() { return Fold.DEFAULT; } in fold() method in CaseMap

123