Home
last modified time | relevance | path

Searched defs:compose (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/boost/boost/parameter/
Dcompose.hpp13 inline BOOST_CONSTEXPR ::boost::parameter::aux::empty_arg_list compose() in compose() function
64 struct compose struct
73 struct compose<> struct
75 typedef ::boost::parameter::aux::empty_arg_list type;
84 compose(TaggedArg0 const& arg0, TaggedArgs const&... args) in compose() function
157 struct compose<> struct
159 typedef ::boost::parameter::aux::empty_arg_list type;
/third_party/boost/boost/iostreams/
Dcompose.hpp308 compose( const Filter& filter, const FilterOrDevice& fod in compose() function
314 compose(const Filter& filter, std::basic_streambuf<Ch, Tr>& sb) in compose() function
319 compose(const Filter& filter, std::basic_istream<Ch, Tr>& is) in compose() function
324 compose(const Filter& filter, std::basic_ostream<Ch, Tr>& os) in compose() function
329 compose(const Filter& filter, std::basic_iostream<Ch, Tr>& io) in compose() function
336 compose( const Filter& filter, const FilterOrDevice& fod in compose() function
342 compose(const Filter& filter, std::streambuf& sb) in compose() function
347 compose(const Filter& filter, std::istream& is) in compose() function
352 compose(const Filter& filter, std::ostream& os) in compose() function
357 compose(const Filter& filter, std::iostream& io) in compose() function
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DNormalizerData.java86 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) { in NormalizerData()
129 private LongHashtable compose; field in NormalizerData
DNormalizerBuilder.java57 LongHashtable compose = new LongHashtable(NormalizerData.NOT_COMPOSITE); in build() local
117 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) in buildDecompositionTables()
261 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) { in setMinimalDecomp()
/third_party/typescript/tests/baselines/reference/
DreturnTypeParameterWithModules.js9 export function compose() { function
30 function compose() { function
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerData.java83 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) { in NormalizerData()
126 private LongHashtable compose; field in NormalizerData
DNormalizerBuilder.java56 LongHashtable compose = new LongHashtable(NormalizerData.NOT_COMPOSITE); in build() local
116 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) in buildDecompositionTables()
260 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) { in setMinimalDecomp()
/third_party/typescript/tests/cases/compiler/
DreturnTypeParameterWithModules.ts8 export function compose() { function
DgenericTypeParameterEquivalence2.ts2 function compose<A, B, C>(f: (b: B) => C, g: (a:A) => B): (a:A) => C { function
DinferFromGenericFunctionReturnTypes2.ts42 function compose<A, B, C, D, E>( function
DinferFromGenericFunctionReturnTypes1.ts20 function compose<A, B, C, D, E>( function
/third_party/boost/boost/hana/functional/
Dcompose.hpp52 constexpr auto compose = [](auto&& f1, auto&& f2, ..., auto&& fn) { in __anon7afbd2840102() variable
/third_party/boost/libs/hana/include/boost/hana/functional/
Dcompose.hpp52 constexpr auto compose = [](auto&& f1, auto&& f2, ..., auto&& fn) { in __anon40ba63770102() variable
/third_party/harfbuzz/src/
Dhb-ot-shape-normalize.hh63 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
Dhb-ot-shape-complex.hh135 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-normalize.hh63 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
Dhb-ot-shape-complex.hh134 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-normalize.hh64 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
Dhb-ot-shape-complex.hh135 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
/third_party/mindspore/mindspore/dataset/transforms/
Dpy_transforms_util.py36 def compose(transforms, *args): function
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_winsys.h116 (*compose)( struct pipe_screen *screen, member
/third_party/pixman/pixman/
Dpixman-general.c135 pixman_combine_32_func_t compose; in general_composite_rect() local
/third_party/flutter/skia/tools/
DDDLTileHelper.cpp84 void DDLTileHelper::TileData::compose(SkCanvas* dst) { in compose() function in DDLTileHelper::TileData
/third_party/boost/boost/wave/grammars/
Dcpp_chlit_grammar.hpp120 phoenix::function<compose_character_literal> const compose; variable
/third_party/flutter/skia/gm/
Dpatheffects.cpp35 sk_sp<SkPathEffect> compose; in compose_pe() local

1234