/aosp_15_r20/external/clang/test/Analysis/ |
H A D | dtor.cpp | 129 struct IntWrapper { struct 130 IntWrapper() : x(0) {} in IntWrapper() argument 140 IntWrapper arr[2]; in testArrayInvalidation() argument 333 struct IntWrapper { struct 334 int x; 335 IntWrapper(int y) : x(y) {} in IntWrapper() argument 336 IntWrapper() { in IntWrapper() function
|
H A D | retain-release.mm | 375 struct IntWrapper { struct 379 int operator>> (const IntWrapper &W, int (*f)(int)) { argument 384 IntWrapper val = { 42 }; argument 394 @interface radar13227740 : NSObject
|
H A D | global_region_invalidation.mm | 24 struct IntWrapper { struct 27 extern struct IntWrapper globalStruct; argument
|
H A D | properties.mm | 7 @interface IntWrapper interface 11 @implementation IntWrapper implementation
|
H A D | reinterpret-cast.cpp | 6 struct IntWrapper { struct 10 struct Child : public IntWrapper { argument
|
H A D | inline.cpp | 313 class IntWrapper { class 317 IntWrapper(int input) : value(input) { in IntWrapper() function in OperatorNew::IntWrapper
|
H A D | properties.m | 548 @interface IntWrapper interface 552 @implementation IntWrapper implementation
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.chunk.by/ |
H A D | types.h | 47 struct IntWrapper { struct 48 constexpr IntWrapper(int v) : value_(v) {} in IntWrapper() argument 51 constexpr bool lessEqual(IntWrapper other) const { return value_ <= other.value_; } in lessEqual() argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/test/ |
D | optional_test_value_access.cpp | 23 struct IntWrapper struct 26 IntWrapper(int i) : _i(i) {} in IntWrapper() argument 27 bool operator==(IntWrapper const& rhs) const { return _i == rhs._i; } in operator ==() argument
|
D | optional_test_old_impl.cpp | 24 struct IntWrapper struct 27 IntWrapper(int i) : _i(i) {} in IntWrapper() argument 28 bool operator==(IntWrapper const& rhs) const { return _i == rhs._i; } in operator ==() argument
|
/aosp_15_r20/external/libbrillo/brillo/ |
H A D | any_internal_impl.h | 66 struct IntWrapper { struct 73 IntWrapper(int /* dummy */) {} // do nothing, NOLINT in IntWrapper() argument
|
/aosp_15_r20/art/libartbase/base/ |
H A D | hash_map_test.cc | 24 struct IntWrapper { int value; }; // Not equality comparable. in TEST() argument
|
/aosp_15_r20/external/pigweed/pw_containers/examples/ |
H A D | intrusive_list.cc | 25 class IntWrapper : public IntrusiveList<IntWrapper>::Item { class 27 IntWrapper(int value) : value_(value) {} in IntWrapper() function in examples::IntWrapper
|
/aosp_15_r20/libcore/benchmarks/src/benchmarks/ |
H A D | DeepArrayOpsBenchmark.java | 126 public static final class IntWrapper { class in DeepArrayOpsBenchmark 129 public IntWrapper(int wrap) { in IntWrapper() method in DeepArrayOpsBenchmark.IntWrapper
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/ |
H A D | DeepArrayOpsPerfTest.java | 149 public static final class IntWrapper { class in DeepArrayOpsPerfTest 152 public IntWrapper(int wrap) { in IntWrapper() method in DeepArrayOpsPerfTest.IntWrapper
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ |
H A D | BaseMapTest.java | 49 protected static class IntWrapper { class in BaseMapTest 52 public IntWrapper() { } in IntWrapper() method in BaseMapTest.IntWrapper 53 public IntWrapper(int value) { i = value; } in IntWrapper() method in BaseMapTest.IntWrapper
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/jdk/ |
H A D | NumberSerTest.java | 26 static class IntWrapper { class in NumberSerTest 28 public IntWrapper(int value) { i = value; } in IntWrapper() method in NumberSerTest.IntWrapper
|
/aosp_15_r20/external/clang/test/Analysis/inlining/ |
H A D | eager-reclamation-path-notes.cpp | 7 } IntWrapper; typedef
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/ |
H A D | googletest-param-test-test.cc | 248 class IntWrapper { class 250 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper() function in IntWrapper 251 IntWrapper(const IntWrapper& other) : value_(other.value_) {} in IntWrapper() function in IntWrapper
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-param-test-test.cc | 251 class IntWrapper { class 253 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper() function in IntWrapper 254 IntWrapper(const IntWrapper& other) : value_(other.value_) {} in IntWrapper() function in IntWrapper
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-param-test-test.cc | 251 class IntWrapper { class 253 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper() function in IntWrapper 254 IntWrapper(const IntWrapper& other) : value_(other.value_) {} in IntWrapper() function in IntWrapper
|
/aosp_15_r20/external/googletest/googletest/test/ |
H A D | googletest-param-test-test.cc | 248 class IntWrapper { class 250 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper() function in IntWrapper 251 IntWrapper(const IntWrapper& other) : value_(other.value_) {} in IntWrapper() function in IntWrapper
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/ |
H A D | googletest-param-test-test.cc | 248 class IntWrapper { class 250 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper() function in IntWrapper 251 IntWrapper(const IntWrapper& other) : value_(other.value_) {} in IntWrapper() function in IntWrapper
|
/aosp_15_r20/external/clang/test/Misc/ |
H A D | diag-template-diffing.cpp | 810 struct IntWrapper { struct 811 typedef int type;
|
/aosp_15_r20/external/truth/core/src/test/java/com/google/common/truth/ |
H A D | SubjectTest.java | 192 private static class IntWrapper { class in SubjectTest
|