| /external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/algorithms/alg.sorting/alg.heap.operations/make.heap/ |
| 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() 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/ |
| D | complexity.pass.cpp | 28 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() function 33 MyInt& operator=(const MyInt& other) { in operator =() argument 38 MyInt& operator=(MyInt&& other) { in operator =() argument
|
| D | ranges_sort_heap.pass.cpp | 222 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() argument 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/ |
| 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 …]
|
| D | all_missing.rs | 3 struct MyInt(u8); struct
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/expected/expected.expected/ctor/ |
| D | ctor.unexpected.copy.pass.cpp | 46 struct MyInt { struct 48 constexpr MyInt(int ii) : i(ii) {} in MyInt() function
|
| D | ctor.unexpected.move.pass.cpp | 46 struct MyInt { struct 48 constexpr MyInt(int ii) : i(ii) {} in MyInt() function
|
| D | ctor.default.pass.cpp | 34 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/ |
| D | ctor.unexpected.copy.pass.cpp | 46 struct MyInt { struct 48 constexpr MyInt(int ii) : i(ii) {} in MyInt() function
|
| D | ctor.unexpected.move.pass.cpp | 46 struct MyInt { struct 48 constexpr MyInt(int ii) : i(ii) {} in MyInt() function
|
| D | ctor.default.pass.cpp | 27 struct MyInt { struct 29 friend constexpr bool operator==(const MyInt&, const MyInt&) = default; argument
|
| /external/clang/test/Index/ |
| D | index-refs.cpp | 4 typedef int MyInt; typedef 51 typedef int MyInt; typedef
|
| /external/python/cpython3/Lib/ctypes/test/ |
| D | test_simplesubclasses.py | 4 class MyInt(c_int): class
|
| /external/python/cpython2/Lib/ctypes/test/ |
| D | test_simplesubclasses.py | 4 class MyInt(c_int): class
|
| /external/go-cmp/cmp/cmpopts/ |
| D | util_test.go | 23 MyInt int type 60 MyInt anonMember
|
| /external/python/cpython2/Lib/test/ |
| D | test_abc.py | 190 class MyInt(int): class
|
| D | test_cmath.py | 169 class MyInt(object): class
|
| /external/python/cpython3/Lib/test/ |
| D | test_index.py | 61 class MyInt(int): class
|
| D | test_int.py | 445 class MyInt(int): class
|
| D | test_cmath.py | 226 class MyInt: class
|
| D | test_complex.py | 472 class MyInt: class
|
| D | test_float.py | 238 class MyInt: class
|
| D | test_abc.py | 407 class MyInt(int): class
|
| /external/python/pyyaml/tests/lib/ |
| D | test_constructor.py | 200 class MyInt(int): class
|
| /external/clang/test/Sema/ |
| D | uninit-variables.c | 199 typedef int MyInt; typedef
|