Home
last modified time | relevance | path

Searched defs:IntWrapper (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/clang/test/Analysis/
H A Ddtor.cpp129 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 Dretain-release.mm375 struct IntWrapper { struct
379 int operator>> (const IntWrapper &W, int (*f)(int)) { argument
384 IntWrapper val = { 42 }; argument
394 @interface radar13227740 : NSObject
H A Dglobal_region_invalidation.mm24 struct IntWrapper { struct
27 extern struct IntWrapper globalStruct; argument
H A Dproperties.mm7 @interface IntWrapper interface
11 @implementation IntWrapper implementation
H A Dreinterpret-cast.cpp6 struct IntWrapper { struct
10 struct Child : public IntWrapper { argument
H A Dinline.cpp313 class IntWrapper { class
317 IntWrapper(int input) : value(input) { in IntWrapper() function in OperatorNew::IntWrapper
H A Dproperties.m548 @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 Dtypes.h47 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/
Doptional_test_value_access.cpp23 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
Doptional_test_old_impl.cpp24 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 Dany_internal_impl.h66 struct IntWrapper { struct
73 IntWrapper(int /* dummy */) {} // do nothing, NOLINT in IntWrapper() argument
/aosp_15_r20/art/libartbase/base/
H A Dhash_map_test.cc24 struct IntWrapper { int value; }; // Not equality comparable. in TEST() argument
/aosp_15_r20/external/pigweed/pw_containers/examples/
H A Dintrusive_list.cc25 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 DDeepArrayOpsBenchmark.java126 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 DDeepArrayOpsPerfTest.java149 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 DBaseMapTest.java49 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 DNumberSerTest.java26 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 Deager-reclamation-path-notes.cpp7 } IntWrapper; typedef
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgoogletest-param-test-test.cc248 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/
Dgoogletest-param-test-test.cc251 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/
Dgoogletest-param-test-test.cc251 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 Dgoogletest-param-test-test.cc248 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 Dgoogletest-param-test-test.cc248 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 Ddiag-template-diffing.cpp810 struct IntWrapper { struct
811 typedef int type;
/aosp_15_r20/external/truth/core/src/test/java/com/google/common/truth/
H A DSubjectTest.java192 private static class IntWrapper { class in SubjectTest

12