Searched defs:fold_op (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/ |
D | try_fold.rs | 36 fold_op: F, field 72 fold_op: &'c F, field 133 fold_op: &'r F, field 146 let fold_op = self.fold_op; in consume() localVariable 197 fold_op: F, field 237 fold_op: &'c F, field
|
D | fold.rs | 32 fold_op: F, field 65 fold_op: &'c F, field 126 fold_op: &'r F, field 207 fold_op: F, field 243 fold_op: &'c F, field
|
D | fold_chunks_with.rs | 24 fold_op: F, field 108 fold_op: F, in with_producer() field 125 let fold_op = &self.fold_op; in with_producer() localVariable
|
D | fold_chunks.rs | 23 fold_op: F, field 110 fold_op: F, in with_producer() field 127 let fold_op = &self.fold_op; in with_producer() localVariable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/functional/ |
D | unfused_typed.cpp | 60 struct fold_op struct 62 typedef long result_type; 65 long operator()(long value, T const & elem) const in operator ()() 71 long operator()(long value, T & elem) const in operator ()()
|
D | make_unfused.cpp | 67 struct fold_op struct 69 typedef long result_type; 72 long operator()(long value, T & elem) const in operator ()()
|
D | unfused.cpp | 55 struct fold_op struct 57 typedef long result_type; 60 long operator()(long value, T & elem) const in operator ()()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/ |
D | fold_op.hpp | 23 struct fold_op struct 25 template< typename T1, typename T2 > struct apply
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/example/cookbook/ |
D | do_the_bind.cpp | 157 struct fold_op struct 160 template <class S, class A, class B> struct result< S(A &,B &) >
|
/aosp_15_r20/external/libpcap/ |
H A D | optimize.c | 782 fold_op(opt_state_t *opt_state, struct stmt *s, bpf_u_int32 v0, bpf_u_int32 v1) in fold_op() function
|