Home
last modified time | relevance | path

Searched defs:MyInt (Results 1 – 25 of 65) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/bitflags/tests/compile-fail/non_integer_base/
Dall_defined.rs27 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 Dcomplexity.pass.cpp28 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 Dcomplexity.pass.cpp28 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 Dranges_sort_heap.pass.cpp205 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 Dctor.unexpected.copy.pass.cpp47 struct MyInt { struct
49 constexpr MyInt(int ii) : i(ii) {} in MyInt() argument
H A Dctor.unexpected.move.pass.cpp47 struct MyInt { struct
49 constexpr MyInt(int ii) : i(ii) {} in MyInt() argument
H A Dctor.default.pass.cpp27 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 Dctor.unexpected.copy.pass.cpp47 struct MyInt { struct
49 constexpr MyInt(int ii) : i(ii) {} in MyInt() argument
H A Dctor.unexpected.move.pass.cpp47 struct MyInt { struct
49 constexpr MyInt(int ii) : i(ii) {} in MyInt() argument
H A Dctor.default.pass.cpp35 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/
Dmysort.go27 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/
Dbench_alloc_expand_fwd.cpp62 class MyInt class
67 explicit MyInt(int i = 0) in MyInt() function in MyInt
71 MyInt(const MyInt &other) in MyInt() function in MyInt
Dbench_alloc_shrink_to_fit.cpp49 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
Dbench_alloc_expand_bwd.cpp53 class MyInt class
58 MyInt(int i = 0) in MyInt() function in MyInt
62 MyInt(const MyInt &other) in MyInt() function in MyInt
Dbench_alloc_stable_vector_burst.cpp61 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
Dbench_adaptive_node_pool.cpp118 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
Dbench_vectors.cpp49 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/
Dregression_stream_eof.cpp15 struct MyInt struct
20 friend Istream operator>>(Istream& is, MyInt& self) in operator >>() argument
/aosp_15_r20/external/clang/test/Index/
H A Dindex-refs.cpp4 typedef int MyInt; typedef
51 typedef int MyInt; typedef
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/spec/
Drange.go7 type MyInt int32 type
24 func f8(func(MyInt, MyString) MyBool) {}
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/check/
Dtypeinst1.go179 type MyInt int type
180 func add1[T interface{MyInt}](x T) T {
/aosp_15_r20/external/go-cmp/cmp/cmpopts/
H A Dutil_test.go23 MyInt int type
60 MyInt anonMember
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue4776.go9 type MyInt int32 // ERROR "package statement must be first|package clause" type
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/bug504.dir/
Da.go7 type MyInt = int talias
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue47131.dir/
Da.go7 type MyInt int type

123