/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/bitflags/tests/compile-fail/non_integer_base/ |
D | all_defined.rs | 27 struct MyInt(u8); struct 29 impl BitAnd for MyInt { implementation 37 impl BitOr for MyInt { implementation 45 impl BitXor for MyInt { implementation 53 impl BitAndAssign for MyInt { implementation 59 impl BitOrAssign for MyInt { implementation 65 impl BitXorAssign for MyInt { implementation 71 impl Debug for MyInt { implementation 77 impl Display for MyInt { implementation 83 impl LowerHex for MyInt { implementation [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/algorithms/alg.sorting/alg.heap.operations/make.heap/ |
H A D | complexity.pass.cpp | 28 struct MyInt { struct 30 explicit MyInt(int xval) : value(xval) {} in MyInt() argument 31 MyInt(const MyInt& other) : value(other.value) { ++stats.copied; } in MyInt() argument 32 MyInt(MyInt&& other) : value(other.value) { ++stats.moved; } in MyInt() function 33 MyInt& operator=(const MyInt& other) { in operator =() argument 38 MyInt& operator=(MyInt&& other) { in operator =() argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/ |
H A D | complexity.pass.cpp | 28 struct MyInt { struct 30 explicit MyInt(int xval) : value(xval) {} in MyInt() argument 31 MyInt(const MyInt& other) : value(other.value) { ++stats.copied; } in MyInt() argument 32 MyInt(MyInt&& other) : value(other.value) { ++stats.moved; } in MyInt() argument 33 MyInt& operator=(const MyInt& other) { in operator =() argument 38 MyInt& operator=(MyInt&& other) { in operator =() argument
|
H A D | ranges_sort_heap.pass.cpp | 205 struct MyInt { struct 207 explicit MyInt(int xval) : value(xval) {} in MyInt() argument 208 MyInt(const MyInt& other) : value(other.value) { ++stats.copied; } in MyInt() function 209 MyInt(MyInt&& other) : value(other.value) { ++stats.moved; } in MyInt() argument 210 MyInt& operator=(const MyInt& other) { in operator =() argument 215 MyInt& operator=(MyInt&& other) { in operator =() argument 220 static bool Comp(const MyInt& a, const MyInt& b) { in Comp() argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.void/ctor/ |
H A D | ctor.unexpected.copy.pass.cpp | 47 struct MyInt { struct 49 constexpr MyInt(int ii) : i(ii) {} in MyInt() argument
|
H A D | ctor.unexpected.move.pass.cpp | 47 struct MyInt { struct 49 constexpr MyInt(int ii) : i(ii) {} in MyInt() argument
|
H A D | ctor.default.pass.cpp | 27 struct MyInt { struct 29 friend constexpr bool operator==(const MyInt&, const MyInt&) = default; argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.expected/ctor/ |
H A D | ctor.unexpected.copy.pass.cpp | 47 struct MyInt { struct 49 constexpr MyInt(int ii) : i(ii) {} in MyInt() argument
|
H A D | ctor.unexpected.move.pass.cpp | 47 struct MyInt { struct 49 constexpr MyInt(int ii) : i(ii) {} in MyInt() argument
|
H A D | ctor.default.pass.cpp | 35 struct MyInt { struct 37 friend constexpr bool operator==(const MyInt&, const MyInt&) = default; argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/mysort/ |
D | mysort.go | 27 type MyInt struct { struct 28 Value int 31 func (a *MyInt) Less(b *MyInt) bool {
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/bench/ |
D | bench_alloc_expand_fwd.cpp | 62 class MyInt class 67 explicit MyInt(int i = 0) in MyInt() function in MyInt 71 MyInt(const MyInt &other) in MyInt() function in MyInt
|
D | bench_alloc_shrink_to_fit.cpp | 49 class MyInt class 54 MyInt(int i = 0) : int_(i){} in MyInt() function in MyInt 56 MyInt(const MyInt &other) in MyInt() function in MyInt
|
D | bench_alloc_expand_bwd.cpp | 53 class MyInt class 58 MyInt(int i = 0) in MyInt() function in MyInt 62 MyInt(const MyInt &other) in MyInt() function in MyInt
|
D | bench_alloc_stable_vector_burst.cpp | 61 class MyInt class 66 MyInt(int i = 0) : int_(i){} in MyInt() function in MyInt 67 MyInt(const MyInt &other) in MyInt() function in MyInt
|
D | bench_adaptive_node_pool.cpp | 118 class MyInt class 123 explicit MyInt(std::size_t i = 0) : int_(i){} in MyInt() function in MyInt 124 MyInt(const MyInt &other) in MyInt() function in MyInt
|
D | bench_vectors.cpp | 49 class MyInt class 54 BOOST_CONTAINER_FORCEINLINE explicit MyInt(int i = 0) in MyInt() function in MyInt 58 BOOST_CONTAINER_FORCEINLINE MyInt(const MyInt &other) in MyInt() function in MyInt
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/qi/ |
D | regression_stream_eof.cpp | 15 struct MyInt struct 20 friend Istream operator>>(Istream& is, MyInt& self) in operator >>() argument
|
/aosp_15_r20/external/clang/test/Index/ |
H A D | index-refs.cpp | 4 typedef int MyInt; typedef 51 typedef int MyInt; typedef
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/spec/ |
D | range.go | 7 type MyInt int32 type 24 func f8(func(MyInt, MyString) MyBool) {}
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/check/ |
D | typeinst1.go | 179 type MyInt int type 180 func add1[T interface{MyInt}](x T) T {
|
/aosp_15_r20/external/go-cmp/cmp/cmpopts/ |
H A D | util_test.go | 23 MyInt int type 60 MyInt anonMember
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue4776.go | 9 type MyInt int32 // ERROR "package statement must be first|package clause" type
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/bug504.dir/ |
D | a.go | 7 type MyInt = int talias
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue47131.dir/ |
D | a.go | 7 type MyInt int type
|