Home
last modified time | relevance | path

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

12

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/algorithms/alg.sorting/alg.heap.operations/make.heap/
Dcomplexity.pass.cpp28 struct MyInt { struct
30 explicit MyInt(int xval) : value(xval) {} in MyInt() function
31 MyInt(const MyInt& other) : value(other.value) { ++stats.copied; } in MyInt() function
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
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/
Dcomplexity.pass.cpp28 struct MyInt { struct
30 explicit MyInt(int xval) : value(xval) {} in MyInt() function
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
Dranges_sort_heap.pass.cpp222 struct MyInt { struct
224 explicit MyInt(int xval) : value(xval) {} in MyInt() argument
225 MyInt(const MyInt& other) : value(other.value) { ++stats.copied; } in MyInt() function
226 MyInt(MyInt&& other) : value(other.value) { ++stats.moved; } in MyInt() argument
227 MyInt& operator=(const MyInt& other) { in operator =() argument
232 MyInt& operator=(MyInt&& other) { in operator =() argument
237 static bool Comp(const MyInt& a, const MyInt& b) { in Comp() argument
/external/rust/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 …]
Dall_missing.rs3 struct MyInt(u8); struct
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/expected/expected.expected/ctor/
Dctor.unexpected.copy.pass.cpp46 struct MyInt { struct
48 constexpr MyInt(int ii) : i(ii) {} in MyInt() argument
Dctor.unexpected.move.pass.cpp46 struct MyInt { struct
48 constexpr MyInt(int ii) : i(ii) {} in MyInt() function
Dctor.default.pass.cpp34 struct MyInt { struct
36 friend constexpr bool operator==(const MyInt&, const MyInt&) = default; argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/expected/expected.void/ctor/
Dctor.unexpected.copy.pass.cpp46 struct MyInt { struct
48 constexpr MyInt(int ii) : i(ii) {} in MyInt() function
Dctor.unexpected.move.pass.cpp46 struct MyInt { struct
48 constexpr MyInt(int ii) : i(ii) {} in MyInt() argument
Dctor.default.pass.cpp27 struct MyInt { struct
29 friend constexpr bool operator==(const MyInt&, const MyInt&) = default; argument
/external/clang/test/Index/
Dindex-refs.cpp4 typedef int MyInt; typedef
51 typedef int MyInt; typedef
/external/python/cpython3/Lib/ctypes/test/
Dtest_simplesubclasses.py4 class MyInt(c_int): class
/external/python/cpython2/Lib/ctypes/test/
Dtest_simplesubclasses.py4 class MyInt(c_int): class
/external/go-cmp/cmp/cmpopts/
Dutil_test.go23 MyInt int type
60 MyInt anonMember
/external/python/cpython2/Lib/test/
Dtest_abc.py190 class MyInt(int): class
Dtest_cmath.py169 class MyInt(object): class
/external/python/cpython3/Lib/test/
Dtest_index.py61 class MyInt(int): class
Dtest_int.py445 class MyInt(int): class
Dtest_cmath.py226 class MyInt: class
Dtest_complex.py472 class MyInt: class
Dtest_float.py238 class MyInt: class
Dtest_abc.py407 class MyInt(int): class
/external/python/pyyaml/tests/lib/
Dtest_constructor.py200 class MyInt(int): class
/external/clang/test/Sema/
Duninit-variables.c199 typedef int MyInt; typedef

12