Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
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() argument
Dglobal_region_invalidation.mm24 struct IntWrapper { struct
27 extern struct IntWrapper globalStruct; argument
Dproperties.mm7 @interface IntWrapper interface
11 @implementation IntWrapper implementation
Dreinterpret-cast.cpp6 struct IntWrapper { struct
10 struct Child : public IntWrapper { argument
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
Dinline.cpp313 class IntWrapper { class
317 IntWrapper(int input) : value(input) { in IntWrapper() function in OperatorNew::IntWrapper
Dproperties.m548 @interface IntWrapper interface
552 @implementation IntWrapper implementation
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/jdk/
DNumberSerTest.java26 static class IntWrapper { class in NumberSerTest
28 public IntWrapper(int value) { i = value; } in IntWrapper() method in NumberSerTest.IntWrapper
/external/libbrillo/brillo/
Dany_internal_impl.h66 struct IntWrapper { struct
73 IntWrapper(int /* dummy */) {} // do nothing, NOLINT in IntWrapper() argument
/external/clang/test/Analysis/inlining/
Deager-reclamation-path-notes.cpp7 } IntWrapper; typedef
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
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
/external/clang/test/Misc/
Ddiag-template-diffing.cpp810 struct IntWrapper { struct
811 typedef int type;
/external/googletest/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
/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
/external/clang/test/SemaCXX/
Dconstructor-initializer.cpp151 int IntWrapper(int &i) { return 0; }; in IntWrapper() function
Dtype-traits.cpp1722 struct IntWrapper struct
1725 IntWrapper(int _value) : value(_value) {} in IntWrapper() argument
1735 FloatWrapper(const IntWrapper& obj) in FloatWrapper() argument
/external/rust/crates/hashbrown/src/
Dmap.rs4757 struct IntWrapper(u64); in test_key_without_hash_impl() struct