/third_party/boost/libs/serialization/performance/xml/ |
D | macro.hpp | 50 #define BSL_PRINT(Z, N, T) T argument 76 #define BSL_NODE_DECL_MEMBER(Z, N, _) T ## N element ## N ; argument 77 #define BSL_NODE_DECL_NONE(Z, N, _) unused_type element ## N ; argument 87 #define BSL_NODE_SERIALIZE(Z, N, _) \ argument 91 #define BSL_NODE_INIT_LIST(Z, N, _) \ argument 96 #define BSL_NODE_DECL(Z, N, _) \ argument 121 #define BSL_INST_BASE(Z, N, L) \ argument 128 #define BSL_INST_yNODES(Z, N, L) \ argument 141 #define BSL_INST_xNODES(Z, N, L) \ argument 150 #define BSL_INST_NODES(Z, N, L) \ argument [all …]
|
/third_party/curl/tests/libtest/ |
D | test.h | 133 #define exe_easy_init(A,Y,Z) do { \ argument 143 #define chk_easy_init(A,Y,Z) do { \ argument 154 #define exe_multi_init(A,Y,Z) do { \ argument 164 #define chk_multi_init(A,Y,Z) do { \ argument 175 #define exe_easy_setopt(A,B,C,Y,Z) do { \ argument 188 #define chk_easy_setopt(A, B, C, Y, Z) do { \ argument 199 #define exe_multi_setopt(A, B, C, Y, Z) do { \ argument 212 #define chk_multi_setopt(A,B,C,Y,Z) do { \ argument 223 #define exe_multi_add_handle(A,B,Y,Z) do { \ argument 236 #define chk_multi_add_handle(A, B, Y, Z) do { \ argument [all …]
|
/third_party/boost/libs/python/test/ |
D | back_reference.cpp | 52 struct Z : X struct 54 Z(PyObject* self, int x) : X(x), self(self) {} in Z() function 55 Z(PyObject* self, Z const& rhs) : X(rhs), self(self) {} in Z() function 62 Z const& copy_Z(Z const& z) { return z; } in copy_Z() argument
|
/third_party/typescript/tests/cases/compiler/ |
D | collisionCodeGenModuleWithAccessorChildren.ts | 5 set Z(M) { method in c 14 set Z(p) { method in d 32 get Z() { method in f
|
/third_party/boost/boost/proto/detail/ |
D | unpack_expr_.hpp | 9 … #define BOOST_PROTO_FUSION_NEXT_ITERATOR_TYPE(Z, N, DATA) \ argument 26 … #define BOOST_PROTO_FUSION_AT_TYPE(Z, N, DATA) \ argument 36 … #define BOOST_PROTO_FUSION_NEXT_ITERATOR(Z, N, DATA) \ argument 50 … #define BOOST_PROTO_FUSION_AT(Z, N, DATA) \ argument 56 … #define BOOST_PROTO_FUSION_AS_CHILD_AT_TYPE(Z, N, DATA) \ argument 65 … #define BOOST_PROTO_FUSION_AS_CHILD_AT(Z, N, DATA) \ argument
|
/third_party/boost/boost/phoenix/scope/detail/cpp03/ |
D | local_gen.hpp | 12 #define BOOST_PHOENIX_EXTRACT_LOCAL_TYPE(Z, N, D) \ argument 21 #define BOOST_PHOENIX_EXTRACT_LOCAL(Z, N, D) \ argument 25 #define BOOST_PHOENIX_EXTRACT_LOCAL_KEY(Z, N, D) \ argument
|
/third_party/boost/libs/spirit/classic/test/ |
D | match_tests.cpp | 25 struct Z { Z(double n):n(n){} double n; }; // implicitly convertible from double in Z() argument
|
/third_party/boost/boost/proto/transform/detail/ |
D | fold_impl.hpp | 11 … #define BOOST_PROTO_FOLD_STATE_TYPE(Z, N, DATA) \ argument 21 … #define BOOST_PROTO_FOLD_STATE(Z, N, DATA) \ argument 35 … #define BOOST_PROTO_REVERSE_FOLD_STATE_TYPE(Z, N, DATA) \ argument 48 … #define BOOST_PROTO_REVERSE_FOLD_STATE(Z, N, DATA) \ argument
|
D | make.hpp | 7 … #define BOOST_PROTO_MAKE_IF(Z, M, DATA) \ argument 11 … #define BOOST_PROTO_MAKE_IF_TYPE(Z, M, DATA) \ argument 15 … #define BOOST_PROTO_MAKE_IF_APPLIED(Z, M, DATA) \ argument 19 … #define BOOST_PROTO_CONSTRUCT_ARG(Z, M, DATA) \ argument
|
/third_party/boost/libs/system/test/ |
D | after_main_test.cpp | 12 struct Z struct 14 ~Z() in ~Z() argument
|
/third_party/boost/libs/variant2/test/ |
D | variant_many_types.cpp | 45 template<class I> struct Z struct 50 ~Z() {} in ~Z() argument
|
/third_party/typescript/tests/baselines/reference/ |
D | badArraySyntax.js | 2 class Z { class 16 function Z() { class in Z
|
D | jsDeclarationsClassLeadingOptional.js | 2 export class Z { class 13 function Z() { class in Z
|
D | moduleSharesNameWithImportDeclarationInsideIt3.js | 20 var Z; variable 21 (function (Z) { argument
|
D | moduleSharesNameWithImportDeclarationInsideIt5.js | 20 var Z; variable 21 (function (Z) { argument
|
D | moduleSharesNameWithImportDeclarationInsideIt2.js | 15 var Z; variable 16 (function (Z) { argument
|
/third_party/boost/boost/fusion/adapted/struct/detail/ |
D | adapt_base_assoc_attr_filler.hpp | 47 #define BOOST_FUSION_ADAPT_ASSOC_STRUCT_FILLER_0(X, Y, Z) \ argument 51 #define BOOST_FUSION_ADAPT_ASSOC_STRUCT_FILLER_1(X, Y, Z) \ argument 55 #define BOOST_FUSION_ADAPT_ASSOC_STRUCT_WRAP_ATTR(X, Y, Z) \ argument
|
/third_party/boost/libs/parameter/test/ |
D | function_type_tpl_param.cpp | 100 struct Z struct 121 static_assert(test::Y<test::Z>::value, "test::Z"); in MPL_TEST_CASE()
|
/third_party/boost/libs/smart_ptr/test/ |
D | sp_constexpr_test.cpp | 45 struct Z struct 59 Z::Z() in Z() function in Z
|
D | sp_constexpr_test2.cpp | 50 struct Z struct 58 Z::Z() in Z() function in Z
|
D | intrusive_ref_counter_test.cpp | 104 struct Z : struct 108 static unsigned int destructor_count; 110 ~Z() in ~Z()
|
D | atomic_sp_constexpr_test.cpp | 53 struct Z struct 62 Z::Z() in Z() function in Z
|
/third_party/boost/boost/phoenix/core/detail/cpp03/ |
D | function_equal.hpp | 32 #define BOOST_PHOENIX_FUNCTION_EQUAL_R(Z, N, DATA) \ argument 39 #define BOOST_PHOENIX_FUNCTION_EQUAL(Z, N, DATA) \ argument
|
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/ |
D | getSetAccessorContextualTyping.ts | 22 set Z(z: number) { } method in C 23 get Z() { method in C
|
/third_party/boost/boost/phoenix/support/ |
D | vector.hpp | 51 #define M0(Z, N, D) \ argument 55 #define M1(Z, N, D) \ argument 58 #define M2(Z, N, D) \ argument 61 #define M3(Z, N, D) \ argument
|