Home
last modified time | relevance | path

Searched defs:A2 (Results 1 – 25 of 182) sorted by relevance

12345678

/third_party/boost/libs/core/test/
Dallocator_soccc_test.cpp21 struct A2 { struct
23 A2(int n) in A2() argument
25 A2 select_on_container_copy_construction() const { in select_on_container_copy_construction() argument
38 allocator_select_on_container_copy_construction(A2<int>(1)).value); in main() argument
Dallocator_max_size_test.cpp24 struct A2 { struct
27 A2() { } in A2() argument
Dallocator_construct_test.cpp19 struct A2 { struct
21 A2() { } in A2() argument
23 void construct(U* p, const V& v) { in construct()
Dallocator_allocate_hint_test.cpp32 struct A2 { struct
34 A2() in A2() argument
53 A2<int> a; in main() argument
Dallocator_destroy_test.cpp34 struct A2 { struct
36 A2() { } in A2() function
38 void destroy(U* p) { in destroy()
Dallocator_pocs_test.cpp19 struct A2 { struct
31 allocator_propagate_on_container_swap<A2<int> >::type)); in main() argument
Dallocator_pocma_test.cpp19 struct A2 { struct
31 allocator_propagate_on_container_move_assignment<A2<int> >::type)); in main() argument
Dallocator_pocca_test.cpp19 struct A2 { struct
31 allocator_propagate_on_container_copy_assignment<A2<int> >::type)); in main() argument
Dallocator_size_type_test.cpp20 struct A2 { struct
31 boost::allocator_size_type<A2<int> >::type>)); in main() argument
Dallocator_difference_type_test.cpp20 struct A2 { struct
31 boost::allocator_difference_type<A2<int> >::type>)); in main() argument
Dallocator_pointer_test.cpp20 struct A2 { struct
31 boost::allocator_pointer<A2<int> >::type>)); in main() argument
Dallocator_const_pointer_test.cpp20 struct A2 { struct
31 boost::allocator_const_pointer<A2<int> >::type>)); in main() argument
Dallocator_rebind_test.cpp23 struct A2 { struct
33 BOOST_TEST_TRAIT_TRUE((boost::core::is_same<A2<int>, in main() argument
Dallocator_void_pointer_test.cpp25 struct A2 { struct
36 boost::allocator_void_pointer<A2<int> >::type>)); in main() argument
Dallocator_const_void_pointer_test.cpp25 struct A2 { struct
36 boost::allocator_const_void_pointer<A2<int> >::type>)); in main() argument
/third_party/typescript/tests/cases/conformance/interfaces/declarationMerging/
DmergedInterfacesWithIndexers2.ts12 interface A2 { interface
18 interface A2 { interface
/third_party/boost/boost/multiprecision/detail/
Dnumber_compare.hpp200 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 …]
/third_party/typescript/tests/baselines/reference/
DModuleWithExportedAndNonExportedClasses.js13 class A2 { class
51 var A2 = /** @class */ (function () { class
52 function A2() { class in anonymousFunction92d423be0100.A2
DsubtypingWithObjectMembersAccessibility2.js21 class A2 { class
107 var A2 = /** @class */ (function () { class
108 function A2() { class in anonymousFunction5b973cf70800.A2
146 var A2 = /** @class */ (function () { class
147 function A2() { class in anonymousFunction5b973cf71000.A2
DreturnTypeTypeArguments.js96 function A2() { return null; } class
105 C.prototype.A2 = function () { return null; }; method in C
115 D.prototype.A2 = function () { return null; }; method in D
DsubtypingWithObjectMembers.js18 class A2 { class
120 function A2() { class in A2
157 var A2 = /** @class */ (function () { class
158 function A2() { class in anonymousFunction821174dd0f00.A2
DsubtypesOfAny.js63 class A2<T> { foo: T; } class
144 function A2() { class in A2
DanyAssignableToEveryType2.js63 class A2<T> { foo: T; } class
141 function A2() { class in A2
DsubtypesOfUnion.js5 class A2<T> { foo: T; } class
67 function A2() { class in A2
/third_party/boost/boost/serialization/
Dfactory.hpp46 #define BOOST_SERIALIZATION_FACTORY(N, T, A0, A1, A2, A3) \ argument
79 #define BOOST_SERIALIZATION_FACTORY_4(T, A0, A1, A2, A3) \ argument
82 #define BOOST_SERIALIZATION_FACTORY_3(T, A0, A1, A2) \ argument

12345678