| /external/clang/test/Analysis/ | 
| D | dtor.cpp | 129 struct IntWrapper {  struct130   IntWrapper() : x(0) {}  in IntWrapper()  function
 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
 
 | 
| D | global_region_invalidation.mm | 24 struct IntWrapper {  struct27 extern struct IntWrapper globalStruct;  argument
 
 | 
| D | properties.mm | 7 @interface IntWrapper  interface11 @implementation IntWrapper  implementation
 
 | 
| D | reinterpret-cast.cpp | 6 struct IntWrapper {  struct10 struct Child : public IntWrapper {  argument
 
 | 
| D | retain-release.mm | 375 struct IntWrapper {  struct379 int operator>> (const IntWrapper &W, int (*f)(int)) {  argument
 384   IntWrapper val = { 42 };  argument
 394 @interface radar13227740 : NSObject
 
 | 
| D | inline.cpp | 313   class IntWrapper {  class317     IntWrapper(int input) : value(input) {  in IntWrapper()  function in OperatorNew::IntWrapper
 
 | 
| D | properties.m | 548 @interface IntWrapper  interface552 @implementation IntWrapper  implementation
 
 | 
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/jdk/ | 
| D | NumberSerTest.java | 26     static class IntWrapper {  class in NumberSerTest28         public IntWrapper(int value) { i = value; }  in IntWrapper()  method in NumberSerTest.IntWrapper
 
 | 
| /external/clang/test/Analysis/inlining/ | 
| D | eager-reclamation-path-notes.cpp | 7 } IntWrapper;  typedef
 | 
| /external/libbrillo/brillo/ | 
| D | any_internal_impl.h | 66   struct IntWrapper {  struct73     IntWrapper(int /* dummy */) {}  // do nothing, NOLINT  in IntWrapper()  function
 
 | 
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ | 
| D | BaseMapTest.java | 49     protected static class IntWrapper {  class in BaseMapTest52         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/ | 
| D | diag-template-diffing.cpp | 810   struct IntWrapper {  struct811     typedef int type;
 
 | 
| /external/cronet/third_party/boringssl/src/third_party/googletest/test/ | 
| D | googletest-param-test-test.cc | 251 class IntWrapper {  class253   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/googletest/googletest/test/ | 
| D | googletest-param-test-test.cc | 251 class IntWrapper {  class253   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/cronet/third_party/googletest/src/googletest/test/ | 
| D | googletest-param-test-test.cc | 246 class IntWrapper {  class248   explicit IntWrapper(int a_value) : value_(a_value) {}  in IntWrapper()  function in IntWrapper
 249   IntWrapper(const IntWrapper& other) : value_(other.value_) {}  in IntWrapper()  function in IntWrapper
 
 | 
| /external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ | 
| D | googletest-param-test-test.cc | 251 class IntWrapper {  class253   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/truth/core/src/test/java/com/google/common/truth/ | 
| D | SubjectTest.java | 179   private static class IntWrapper {  class in SubjectTest
 | 
| /external/clang/test/SemaCXX/ | 
| D | constructor-initializer.cpp | 151 int IntWrapper(int &i) { return 0; };  in IntWrapper()  function
 | 
| D | type-traits.cpp | 1722 struct IntWrapper  struct1725   IntWrapper(int _value) : value(_value) {}  in IntWrapper()  argument
 1735   FloatWrapper(const IntWrapper& obj)  in FloatWrapper()  argument
 
 | 
| /external/rust/crates/hashbrown/src/ | 
| D | map.rs | 8202         struct IntWrapper(u64);  in test_key_without_hash_impl()  struct
 |