Home
last modified time | relevance | path

Searched defs:A (Results 1 – 25 of 3722) sorted by relevance

12345678910>>...149

/third_party/boost/libs/core/test/
Dallocator_allocate_test.cpp12 struct A { struct
16 A() in A() argument
27 A<int> a; in main() argument
Dallocator_deallocate_test.cpp12 struct A { struct
16 A() in A() argument
26 A<int> a; in main() argument
/third_party/typescript/tests/cases/conformance/interfaces/declarationMerging/
DmergedInterfacesWithConflictingPropertyNames2.ts1 interface A { interface
5 interface A { interface
10 interface A<T> { interface
14 interface A<T> { interface
20 interface A<T> { interface
26 interface A<T> { interface
32 export interface A<T> { interface
38 export interface A<T> { interface
DgenericAndNonGenericInterfaceWithTheSameName.ts3 interface A { interface
7 interface A<T> { // error interface
12 interface A<T> { interface
16 interface A { // error interface
22 interface A { interface
28 interface A<T> { // ok, different declaration space than other M2 interface
34 export interface A { interface
40 export interface A<T> { // error interface
DtwoGenericInterfacesWithTheSameNameButDifferentArity.ts1 interface A<T> { interface
5 interface A<T, U> { // error interface
10 interface A<T> { interface
14 interface A<T, U> { // error interface
20 interface A<T> { interface
26 interface A<T, U> { // ok, different declaration space than other M2 interface
32 export interface A<T> { interface
38 export interface A<T, U> { // error interface
DmergedInterfacesWithConflictingPropertyNames.ts1 interface A { interface
5 interface A { interface
10 interface A<T> { interface
14 interface A<T> { interface
20 interface A<T> { interface
26 interface A<T> { interface
32 export interface A<T> { interface
38 export interface A<T> { interface
DgenericAndNonGenericInterfaceWithTheSameName2.ts4 interface A<T> { interface
10 interface A { // ok interface
17 interface A<T> { interface
23 interface A { // ok interface
/third_party/curl/tests/libtest/
Dtest.h49 #define test_setopt(A,B,C) \ argument
53 #define test_multi_setopt(A,B,C) \ argument
133 #define exe_easy_init(A,Y,Z) do { \ argument
140 #define res_easy_init(A) \ argument
143 #define chk_easy_init(A,Y,Z) do { \ argument
149 #define easy_init(A) \ argument
154 #define exe_multi_init(A,Y,Z) do { \ argument
161 #define res_multi_init(A) \ argument
164 #define chk_multi_init(A,Y,Z) do { \ argument
170 #define multi_init(A) \ argument
[all …]
/third_party/boost/libs/histogram/test/
Ddetail_detect_test.cpp34 struct A {}; in main() struct
45 struct A {}; in main() struct
58 struct A {}; in main() struct
71 struct A {}; in main() struct
85 struct A {}; in main() struct
97 struct A {}; in main() struct
111 struct A {}; in main() struct
133 using A = std::vector<int>; in main() typedef
152 struct A {}; in main() struct
160 using A = std::vector<axis::regular<>>; in main() typedef
[all …]
/third_party/boost/libs/serialization/example/
Ddemo_polymorphic_A.hpp21 struct A { struct
31 bool operator==(const A & rhs) const { in operator ==() argument
34 A() : in A() argument
/third_party/boost/libs/serialization/test/
Dtest_polymorphic2.hpp17 struct A { struct
19 A() {} in A() argument
20 virtual ~A() {} in ~A() argument
34 struct B : A { argument
Dtest_optional.cpp29 struct A { struct
32 void serialize(Archive & ar, const unsigned int /* version */){ in serialize() argument
35 bool operator==(const A & rhs) const { in operator ==() argument
39 A() : in A() function
42 A(int x) : in A() function
Dtest_primitive.cpp21 struct A struct
24 void serialize(Archive &ar, const unsigned int /* file_version */){ in serialize() argument
30 std::ostream & operator<<(std::ostream &os, const A & /* a */){ return os;} in operator <<()
31 std::istream & operator>>(std::istream &is, A & /* a */){return is;} in operator >>() argument
34 std::wostream & operator<<(std::wostream &os, const A & /* a */){ return os;} in operator <<()
35 std::wistream & operator>>(std::wistream &is, A & /* a */){return is;} in operator >>() argument
38 BOOST_CLASS_IMPLEMENTATION(A, boost::serialization::primitive_type) in BOOST_CLASS_IMPLEMENTATION() argument
/third_party/typescript/tests/cases/conformance/enums/
DenumClassification.ts13
15 A = 123 enumerator
19 A = "hello" enumerator
23 A, enumerator
29 A, enumerator
35 A = "one", enumerator
41 A, enumerator
50 A = 10, enumerator
62 A = +0, enumerator
68 A = 1 << 0, enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dfast_type_id_test.cc27 #define PRIM_TYPES(A) \ argument
43 #define A(T) bi::FastTypeId<T>(), in TEST() macro
46 #define A(T) bi::FastTypeId<const T>(), in TEST() macro
49 #define A(T) bi::FastTypeId<volatile T>(), in TEST() macro
52 #define A(T) bi::FastTypeId<const volatile T>(), in TEST() macro
66 #define FIXED_WIDTH_TYPES(A) \ argument
78 #define A(T) bi::FastTypeId<T>(), in TEST() macro
81 #define A(T) bi::FastTypeId<const T>(), in TEST() macro
84 #define A(T) bi::FastTypeId<volatile T>(), in TEST() macro
87 #define A(T) bi::FastTypeId<const volatile T>(), in TEST() macro
/third_party/abseil-cpp/absl/base/internal/
Dfast_type_id_test.cc27 #define PRIM_TYPES(A) \ argument
43 #define A(T) bi::FastTypeId<T>(), in TEST() macro
46 #define A(T) bi::FastTypeId<const T>(), in TEST() macro
49 #define A(T) bi::FastTypeId<volatile T>(), in TEST() macro
52 #define A(T) bi::FastTypeId<const volatile T>(), in TEST() macro
66 #define FIXED_WIDTH_TYPES(A) \ argument
78 #define A(T) bi::FastTypeId<T>(), in TEST() macro
81 #define A(T) bi::FastTypeId<const T>(), in TEST() macro
84 #define A(T) bi::FastTypeId<volatile T>(), in TEST() macro
87 #define A(T) bi::FastTypeId<const volatile T>(), in TEST() macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp42 static uint64_t resolveX86_64(RelocationRef R, uint64_t S, uint64_t A) { in resolveX86_64()
71 static uint64_t resolveAArch64(RelocationRef R, uint64_t S, uint64_t A) { in resolveAArch64()
92 static uint64_t resolveBPF(RelocationRef R, uint64_t S, uint64_t A) { in resolveBPF()
115 static uint64_t resolveMips64(RelocationRef R, uint64_t S, uint64_t A) { in resolveMips64()
140 static uint64_t resolvePPC64(RelocationRef R, uint64_t S, uint64_t A) { in resolvePPC64()
161 static uint64_t resolveSystemZ(RelocationRef R, uint64_t S, uint64_t A) { in resolveSystemZ()
184 static uint64_t resolveSparc64(RelocationRef R, uint64_t S, uint64_t A) { in resolveSparc64()
206 static uint64_t resolveAmdgpu(RelocationRef R, uint64_t S, uint64_t A) { in resolveAmdgpu()
227 static uint64_t resolveX86(RelocationRef R, uint64_t S, uint64_t A) { in resolveX86()
244 static uint64_t resolvePPC32(RelocationRef R, uint64_t S, uint64_t A) { in resolvePPC32()
[all …]
/third_party/boost/libs/statechart/test/
DInStateReactionTest.cpp33 struct A : sc::simple_state< A, InStateReactionTest, B > struct
35 A() : eventCount_( 0 ) {} in A() argument
44 sc::in_state_reaction< E, A, &A::IncrementCount >, argument
51 struct B : sc::simple_state< B, A > argument
/third_party/boost/libs/thread/test/sync/futures/promise/
Demplace_pass.cpp28 struct A struct
30 A() : in A() function
34 A(int i) : in A() argument
38 A(int i, int j) : in A() argument
44 A(BOOST_THREAD_RV_REF(A) rhs) in A() function
54 A& operator=(BOOST_THREAD_RV_REF(A) rhs) in operator =() argument
68 A make(int i) { in make() argument
Dset_value_void_pass.cpp27 struct A struct
29 A() in A() argument
32 A(const A&) in A() function
/third_party/protobuf/src/google/protobuf/stubs/
Dlogging.h155 #define GOOGLE_CHECK_OK(A) GOOGLE_CHECK(::google::protobuf::internal::IsOk(A)) argument
156 #define GOOGLE_CHECK_EQ(A, B) GOOGLE_CHECK((A) == (B)) argument
157 #define GOOGLE_CHECK_NE(A, B) GOOGLE_CHECK((A) != (B)) argument
158 #define GOOGLE_CHECK_LT(A, B) GOOGLE_CHECK((A) < (B)) argument
159 #define GOOGLE_CHECK_LE(A, B) GOOGLE_CHECK((A) <= (B)) argument
160 #define GOOGLE_CHECK_GT(A, B) GOOGLE_CHECK((A) > (B)) argument
161 #define GOOGLE_CHECK_GE(A, B) GOOGLE_CHECK((A) >= (B)) argument
173 #define GOOGLE_CHECK_NOTNULL(A) \ argument
183 #define GOOGLE_DCHECK_EQ(A, B) GOOGLE_DCHECK((A) == (B)) argument
184 #define GOOGLE_DCHECK_NE(A, B) GOOGLE_DCHECK((A) != (B)) argument
[all …]
/third_party/typescript/tests/baselines/reference/
DunexportedInstanceClassVariables.js3 class A{ class
18 var A = /** @class */ (function () { class
19 function A(val) { class in anonymousFunctionff52ef2c0100.A
25 var A = /** @class */ (function () { class
26 function A() { class in anonymousFunctionff52ef2c0400.A
DgenericMemberFunction.js3 public parent<A, B extends A, C>(): FileWithErrors<A, B, C> { property in BuildError
8 public errors<A, B extends A, C>(): BuildError<A, B, C>[] { property in FileWithErrors
/third_party/boost/libs/hana/test/functional/
Doverload_linearly.cpp15 struct A { }; struct
24 [](A) { return ct_eq<0>{}; }, in main() argument
47 [](A) { return ct_eq<0>{}; }, in main() argument
48 [](A) { return ct_eq<1>{}; } in main() argument
52 [](A) { return ct_eq<0>{}; }, in main() argument
80 [](A) { return ct_eq<0>{}; }, in main() argument
109 [](A) { return ct_eq<0>{}; } in main() argument
/third_party/boost/libs/move/test/
Dunique_ptr_functions.cpp16 struct A struct
20 A() : a (999), b(1000), c(1001) {++count;} in A() function
21 A(int a) : a (a), b(1000), c(1001) {++count;} in A() function
22 A(int a, int b) : a (a), b(b), c(1001) {++count;} in A() argument
23 A(int a, int b, int c) : a (a), b(b), c(c) {++count;} in A() argument
24 A(const A&) {++count;} in A() argument
25 virtual ~A() {--count;} in ~A() argument

12345678910>>...149