/third_party/boost/libs/core/test/ |
D | allocator_is_always_equal_test.cpp | 25 struct A3 { struct 43 BOOST_TEST_TRAIT_FALSE((boost::allocator_is_always_equal<A3<int> >::type)); in main() argument
|
/third_party/boost/boost/multiprecision/detail/ |
D | number_compare.hpp | 200 operator==(const Arithmetic& a, const detail::expression<Tag, A1, A2, A3, A4>& b) in operator ==() argument 211 operator==(const detail::expression<Tag, A1, A2, A3, A4>& a, const Arithmetic& b) in operator ==() argument 222 operator==(const detail::expression<Tag, A1, A2, A3, A4>& a, const detail::expression<Tagb, A1b, A2… in operator ==() argument 260 operator!=(const Arithmetic& a, const detail::expression<Tag, A1, A2, A3, A4>& b) in operator !=() argument 271 operator!=(const detail::expression<Tag, A1, A2, A3, A4>& a, const Arithmetic& b) in operator !=() argument 282 operator!=(const detail::expression<Tag, A1, A2, A3, A4>& a, const detail::expression<Tagb, A1b, A2… in operator !=() argument 321 operator<(const Arithmetic& a, const detail::expression<Tag, A1, A2, A3, A4>& b) in operator <() argument 332 operator<(const detail::expression<Tag, A1, A2, A3, A4>& a, const Arithmetic& b) in operator <() argument 343 operator<(const detail::expression<Tag, A1, A2, A3, A4>& a, const detail::expression<Tagb, A1b, A2b… in operator <() argument 382 operator>(const Arithmetic& a, const detail::expression<Tag, A1, A2, A3, A4>& b) in operator >() argument [all …]
|
D | default_ops.hpp | 1890 …OOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& arg) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument 1902 …OOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& arg) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument 1913 …OOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& arg) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument 1924 …OOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& arg) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument 1935 …OOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& arg) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument 1950 …OOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& arg) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument 1963 …OOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& arg) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument 1974 inline BOOST_MP_CXX14_CONSTEXPR typename multiprecision::detail::expression<tag, A1, A2, A3, A4>::r… in BOOST_PREVENT_MACRO_SUBSTITUTION() argument 1985 …Backend, ExpressionTemplates>& a, const multiprecision::detail::expression<tag, A1, A2, A3, A4>& b) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument 1990 …T_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& a, const multi… in BOOST_PREVENT_MACRO_SUBSTITUTION() argument [all …]
|
D | integer_ops.hpp | 139 …Backend, ExpressionTemplates>& x, const multiprecision::detail::expression<tag, A1, A2, A3, A4>& y, in divide_qr() argument 147 divide_qr(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& x, const number<Backend, E… in divide_qr() argument 155 divide_qr(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& x, const multiprecision::d… in divide_qr() argument 171 integer_modulus(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& x, Integer val) in integer_modulus() argument 187 lsb(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& x) in lsb() argument 205 msb(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& x) in msb() argument 223 bit_test(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& x, unsigned index) in bit_test() argument
|
/third_party/cef/include/base/internal/ |
D | cef_bind_internal_win.h | 152 explicit RunnableAdapter(R(__stdcall* function)(A1, A2, A3)) in RunnableAdapter() argument 171 explicit RunnableAdapter(R(__fastcall* function)(A1, A2, A3)) in RunnableAdapter() argument 190 explicit RunnableAdapter(R(__stdcall* function)(A1, A2, A3, A4)) in RunnableAdapter() argument 210 explicit RunnableAdapter(R(__fastcall* function)(A1, A2, A3, A4)) in RunnableAdapter() argument 235 explicit RunnableAdapter(R(__stdcall* function)(A1, A2, A3, A4, A5)) in RunnableAdapter() argument 261 explicit RunnableAdapter(R(__fastcall* function)(A1, A2, A3, A4, A5)) in RunnableAdapter() argument 288 explicit RunnableAdapter(R(__stdcall* function)(A1, A2, A3, A4, A5, A6)) in RunnableAdapter() argument 316 explicit RunnableAdapter(R(__fastcall* function)(A1, A2, A3, A4, A5, A6)) in RunnableAdapter() argument 345 explicit RunnableAdapter(R(__stdcall* function)(A1, A2, A3, A4, A5, A6, A7)) in RunnableAdapter() argument 375 explicit RunnableAdapter(R(__fastcall* function)(A1, A2, A3, A4, A5, A6, A7)) in RunnableAdapter() argument
|
D | cef_bind_internal.h | 281 explicit RunnableAdapter(R (*function)(A1, A2, A3)) : function_(function) {} in RunnableAdapter() argument 301 explicit RunnableAdapter(R (T::*method)(A1, A2, A3)) : method_(method) {} in RunnableAdapter() argument 343 explicit RunnableAdapter(R (*function)(A1, A2, A3, A4)) in RunnableAdapter() argument 370 explicit RunnableAdapter(R (T::*method)(A1, A2, A3, A4)) : method_(method) {} in RunnableAdapter() argument 397 explicit RunnableAdapter(R (T::*method)(A1, A2, A3, A4) const) in RunnableAdapter() argument 424 explicit RunnableAdapter(R (*function)(A1, A2, A3, A4, A5)) in RunnableAdapter() argument 454 explicit RunnableAdapter(R (T::*method)(A1, A2, A3, A4, A5)) in RunnableAdapter() argument 485 explicit RunnableAdapter(R (T::*method)(A1, A2, A3, A4, A5) const) in RunnableAdapter() argument 515 explicit RunnableAdapter(R (*function)(A1, A2, A3, A4, A5, A6)) in RunnableAdapter() argument 547 explicit RunnableAdapter(R (T::*method)(A1, A2, A3, A4, A5, A6)) in RunnableAdapter() argument [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | subtypingWithObjectMembersAccessibility2.js | 29 class A3 { class 119 var A3 = /** @class */ (function () { class 120 function A3() { class in anonymousFunction789b6e9a0800.A3 158 var A3 = /** @class */ (function () { class 159 function A3() { class in anonymousFunction789b6e9a1000.A3
|
D | returnTypeTypeArguments.js | 97 function A3() { return null; } class 106 C.prototype.A3 = function () { return null; }; method in C 116 D.prototype.A3 = function () { return null; }; method in D
|
D | subtypingWithObjectMembers.js | 28 class A3 { class 132 function A3() { class in A3 169 var A3 = /** @class */ (function () { class 170 function A3() { class in anonymousFunction152635400f00.A3
|
D | subtypingWithObjectMembers4.js | 28 class A3 { class 90 function A3() { class in A3
|
D | subtypingWithObjectMembersAccessibility.js | 28 class A3 { class 90 function A3() { class in A3
|
D | reachabilityChecks1.js | 100 var A3; variable 101 (function (A3) { argument
|
/third_party/typescript/tests/cases/compiler/ |
D | returnTypeTypeArguments.ts | 16 function A3(): Three { return null; } function 25 A3(): Three { return null; } method in C 34 A3(): Three<T> { return null; } method in D
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
D | subtypingWithObjectMembers5.ts | 28 interface A3 { interface 55 interface A3 { interface
|
D | subtypingWithObjectMembersAccessibility2.ts | 28 class A3 { class 54 class A3 { class
|
D | subtypingWithObjectMembers3.ts | 32 interface A3 { interface 64 interface A3 { interface
|
D | subtypingWithObjectMembers2.ts | 32 interface A3 { interface 65 interface A3 { interface
|
D | subtypingWithObjectMembers.ts | 27 class A3 { class 58 class A3 { class
|
/third_party/ffmpeg/libavcodec/x86/ |
D | vc1dsp_mmx.c | 145 #define MSPEL_FILTER13_CORE(UNPACK, MOVQ, A1, A2, A3, A4) \ argument 185 #define MSPEL_FILTER13_VER_16B(NAME, A1, A2, A3, A4) \ argument 242 #define MSPEL_FILTER13_HOR_16B(NAME, A1, A2, A3, A4, OP, OPNAME) \ argument 281 #define MSPEL_FILTER13_8B(NAME, A1, A2, A3, A4, OP, OPNAME) \ argument
|
/third_party/boost/boost/phoenix/core/detail/cpp03/preprocessed/ |
D | call_10.hpp | 126 …result_of::child_c<Expr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef 160 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef 194 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef 228 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef 262 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef 296 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef 330 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef
|
D | call_20.hpp | 126 …result_of::child_c<Expr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef 160 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef 194 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef 228 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef 262 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef 296 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef 330 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef 364 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef 398 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef 432 …pr, 2>::type A2; typedef typename proto::result_of::child_c<Expr, 3>::type A3; typedef typename pr… typedef [all …]
|
/third_party/boost/boost/container_hash/ |
D | extensions.hpp | 197 inline std::size_t hash_value(std::tuple<A0, A1, A2, A3, A4> const& v) in hash_value() argument 203 inline std::size_t hash_value(std::tuple<A0, A1, A2, A3, A4, A5> const& v) in hash_value() argument 209 inline std::size_t hash_value(std::tuple<A0, A1, A2, A3, A4, A5, A6> const& v) in hash_value() argument 215 inline std::size_t hash_value(std::tuple<A0, A1, A2, A3, A4, A5, A6, A7> const& v) in hash_value() argument 221 inline std::size_t hash_value(std::tuple<A0, A1, A2, A3, A4, A5, A6, A7, A8> const& v) in hash_value() argument 227 inline std::size_t hash_value(std::tuple<A0, A1, A2, A3, A4, A5, A6, A7, A8, A9> const& v) in hash_value() argument
|
/third_party/boost/boost/serialization/ |
D | factory.hpp | 46 #define BOOST_SERIALIZATION_FACTORY(N, T, A0, A1, A2, A3) \ argument 79 #define BOOST_SERIALIZATION_FACTORY_4(T, A0, A1, A2, A3) \ argument
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | callback.h | 72 ResultCallback4<R, A1, A2, A3, A4>* NewPermanentCallback( in NewPermanentCallback() argument 79 ResultCallback4<R, A1, A2, A3, A4>* NewPermanentCallback( in NewPermanentCallback() argument
|
/third_party/boost/libs/histogram/test/ |
D | detail_accumulator_traits_test.cpp | 33 struct A3 { in main() struct
|