/third_party/boost/boost/parameter/ |
D | compose.hpp | 13 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/ |
D | compose.hpp | 308 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/ |
D | NormalizerData.java | 86 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) { in NormalizerData() 129 private LongHashtable compose; field in NormalizerData
|
D | NormalizerBuilder.java | 57 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/ |
D | returnTypeParameterWithModules.js | 9 export function compose() { function 30 function compose() { function
|
/third_party/typescript/tests/cases/compiler/ |
D | returnTypeParameterWithModules.ts | 8 export function compose() { function
|
D | genericTypeParameterEquivalence2.ts | 2 function compose<A, B, C>(f: (b: B) => C, g: (a:A) => B): (a:A) => C { function
|
D | inferFromGenericFunctionReturnTypes2.ts | 42 function compose<A, B, C, D, E>( function
|
D | inferFromGenericFunctionReturnTypes1.ts | 20 function compose<A, B, C, D, E>( function
|
/third_party/boost/boost/hana/functional/ |
D | compose.hpp | 52 constexpr auto compose = [](auto&& f1, auto&& f2, ..., auto&& fn) { in __anon2a9411a80102() variable
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-normalize.hh | 63 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
|
D | hb-ot-shape-complex.hh | 134 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
|
/third_party/harfbuzz/src/ |
D | hb-ot-shape-normalize.hh | 63 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
|
D | hb-ot-shape-complex.hh | 135 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-normalize.hh | 64 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
|
D | hb-ot-shape-complex.hh | 135 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
|
/third_party/pixman/pixman/ |
D | pixman-general.c | 135 pixman_combine_32_func_t compose; in general_composite_rect() local
|
/third_party/flutter/skia/tools/ |
D | DDLTileHelper.cpp | 84 void DDLTileHelper::TileData::compose(SkCanvas* dst) { in compose() function in DDLTileHelper::TileData
|
/third_party/boost/boost/wave/grammars/ |
D | cpp_chlit_grammar.hpp | 120 phoenix::function<compose_character_literal> const compose; variable
|
/third_party/flutter/skia/gm/ |
D | patheffects.cpp | 35 sk_sp<SkPathEffect> compose; in compose_pe() local
|
/third_party/libpng/contrib/examples/ |
D | simpleover.c | 162 # define compose(c)\ in sprite_op() macro
|
/third_party/skia/third_party/externals/libpng/contrib/examples/ |
D | simpleover.c | 162 # define compose(c)\ in sprite_op() macro
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/examples/ |
D | simpleover.c | 162 # define compose(c)\ in sprite_op() macro
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Normalizer.java | 690 public static String compose(String str, boolean compat) { in compose() method in Normalizer 707 public static String compose(String str, boolean compat, int options) { in compose() method in Normalizer 728 public static int compose(char[] source,char[] target, boolean compat, int options) { in compose() method in Normalizer 753 public static int compose(char[] src,int srcStart, int srcLimit, in compose() method in Normalizer
|
/third_party/python/Tools/ccbench/ |
D | ccbench.py | 52 def compose(a, b): function
|