Home
last modified time | relevance | path

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

123

/external/cronet/tot/third_party/libc++/src/test/libcxx/algorithms/alg.sorting/alg.heap.operations/make.heap/
Dcomplexity.pass.cpp29 struct MyInt { struct
31 explicit MyInt(int xval) : value(xval) {} in MyInt() argument
32 MyInt(const MyInt& other) : value(other.value) { ++stats.copied; } in MyInt() argument
33 MyInt(MyInt&& other) : value(other.value) { ++stats.moved; } in MyInt() argument
34 MyInt& operator=(const MyInt& other) { in operator =() argument
39 MyInt& operator=(MyInt&& other) { in operator =() argument
/external/cronet/stable/third_party/libc++/src/test/libcxx/algorithms/alg.sorting/alg.heap.operations/make.heap/
Dcomplexity.pass.cpp29 struct MyInt { struct
31 explicit MyInt(int xval) : value(xval) {} in MyInt() argument
32 MyInt(const MyInt& other) : value(other.value) { ++stats.copied; } in MyInt() argument
33 MyInt(MyInt&& other) : value(other.value) { ++stats.moved; } in MyInt() argument
34 MyInt& operator=(const MyInt& other) { in operator =() argument
39 MyInt& operator=(MyInt&& other) { in operator =() argument
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/
Dcomplexity.pass.cpp29 struct MyInt { struct
31 explicit MyInt(int xval) : value(xval) {} in MyInt() function
32 MyInt(const MyInt& other) : value(other.value) { ++stats.copied; } in MyInt() function
33 MyInt(MyInt&& other) : value(other.value) { ++stats.moved; } in MyInt() function
34 MyInt& operator=(const MyInt& other) { in operator =() argument
39 MyInt& operator=(MyInt&& other) { in operator =() argument
Dranges_sort_heap.pass.cpp207 struct MyInt { struct
209 explicit MyInt(int xval) : value(xval) {} in MyInt() argument
210 MyInt(const MyInt& other) : value(other.value) { ++stats.copied; } in MyInt() function
211 MyInt(MyInt&& other) : value(other.value) { ++stats.moved; } in MyInt() function
212 MyInt& operator=(const MyInt& other) { in operator =() argument
217 MyInt& operator=(MyInt&& other) { in operator =() argument
222 static bool Comp(const MyInt& a, const MyInt& b) { in Comp() argument
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/
Dcomplexity.pass.cpp29 struct MyInt { struct
31 explicit MyInt(int xval) : value(xval) {} in MyInt() function
32 MyInt(const MyInt& other) : value(other.value) { ++stats.copied; } in MyInt() argument
33 MyInt(MyInt&& other) : value(other.value) { ++stats.moved; } in MyInt() function
34 MyInt& operator=(const MyInt& other) { in operator =() argument
39 MyInt& operator=(MyInt&& other) { in operator =() argument
Dranges_sort_heap.pass.cpp207 struct MyInt { struct
209 explicit MyInt(int xval) : value(xval) {} in MyInt() argument
210 MyInt(const MyInt& other) : value(other.value) { ++stats.copied; } in MyInt() argument
211 MyInt(MyInt&& other) : value(other.value) { ++stats.moved; } in MyInt() function
212 MyInt& operator=(const MyInt& other) { in operator =() argument
217 MyInt& operator=(MyInt&& other) { in operator =() argument
222 static bool Comp(const MyInt& a, const MyInt& b) { in Comp() argument
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bitflags-1.3.2/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 …]
/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 …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bitflags-1.3.2/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 …]
/external/cronet/stable/third_party/libc++/src/test/std/utilities/expected/expected.expected/ctor/
Dctor.unexpected.copy.pass.cpp48 struct MyInt { struct
50 constexpr MyInt(int ii) : i(ii) {} in MyInt() function
Dctor.unexpected.move.pass.cpp48 struct MyInt { struct
50 constexpr MyInt(int ii) : i(ii) {} in MyInt() argument
Dctor.default.pass.cpp36 struct MyInt { struct
38 friend constexpr bool operator==(const MyInt&, const MyInt&) = default; argument
/external/cronet/tot/third_party/libc++/src/test/std/utilities/expected/expected.void/ctor/
Dctor.unexpected.copy.pass.cpp48 struct MyInt { struct
50 constexpr MyInt(int ii) : i(ii) {} in MyInt() argument
Dctor.unexpected.move.pass.cpp48 struct MyInt { struct
50 constexpr MyInt(int ii) : i(ii) {} in MyInt() function
Dctor.default.pass.cpp28 struct MyInt { struct
30 friend constexpr bool operator==(const MyInt&, const MyInt&) = default; argument
/external/cronet/tot/third_party/libc++/src/test/std/utilities/expected/expected.expected/ctor/
Dctor.unexpected.copy.pass.cpp48 struct MyInt { struct
50 constexpr MyInt(int ii) : i(ii) {} in MyInt() argument
Dctor.unexpected.move.pass.cpp48 struct MyInt { struct
50 constexpr MyInt(int ii) : i(ii) {} in MyInt() argument
Dctor.default.pass.cpp36 struct MyInt { struct
38 friend constexpr bool operator==(const MyInt&, const MyInt&) = default; argument
/external/cronet/stable/third_party/libc++/src/test/std/utilities/expected/expected.void/ctor/
Dctor.unexpected.copy.pass.cpp48 struct MyInt { struct
50 constexpr MyInt(int ii) : i(ii) {} in MyInt() argument
Dctor.unexpected.move.pass.cpp48 struct MyInt { struct
50 constexpr MyInt(int ii) : i(ii) {} in MyInt() argument
Dctor.default.pass.cpp28 struct MyInt { struct
30 friend constexpr bool operator==(const MyInt&, const MyInt&) = default; argument
/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
/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

123