Home
last modified time | relevance | path

Searched defs:MyObject (Results 1 – 25 of 30) sorted by relevance

12

/external/clang/test/SemaObjC/
DContClassPropertyLookup.m4 @interface MyObject { interface
9 @interface MyObject(whatever) interface in whatever
13 @interface MyObject() interface in assign
17 @implementation MyObject implementation
Dproperty-category-2.m10 @interface MyObject { float anotherFloat; } interface
13 @interface MyObject (CAT) <MyProtocol> interface in CAT
16 @implementation MyObject (CAT) // expected-warning {{property 'anotherFloat' requires method}} \ implementation in CAT
Dselector-4.m17 @interface MyObject : NSObject interface
25 @implementation MyObject implementation
Dproperty-category-4.m114 @interface MyObject interface
118 @interface MyObject (CAT) <MyProtocol> interface in CAT
121 @implementation MyObject (CAT) // expected-warning {{property 'anotherFloat' requires method 'anoth… implementation in CAT
Dwarn-direct-ivar-access.m4 __attribute__((objc_root_class)) @interface MyObject { interface
15 @implementation MyObject implementation
Dprotocols-suppress-conformance.m106 @interface MyObject <ProtocolC> @end interface
124 @implementation MyObject implementation
Dwarn-strict-selector-match.m32 @protocol MyObject protocol
Dattr-designated-init.m255 @interface MyObject interface
260 @implementation MyObject implementation
/external/sdv/vsomeip/third_party/boost/icl/example/std_transform_/
Dstd_transform.cpp34 class MyObject class
37 MyObject(){} in MyObject() function in MyObject
38 MyObject(int from, int to, int value): _from(from), _to(to), _value(value){} in MyObject() function in MyObject
/external/gson/gson/src/test/java/com/google/gson/functional/
DConcurrencyTest.java129 private static class MyObject { class in ConcurrencyTest
134 MyObject() { in MyObject() method in ConcurrencyTest.MyObject
138 public MyObject(String a, String b, int i) { in MyObject() method in ConcurrencyTest.MyObject
/external/clang/test/Rewriter/
Dline-generation-test.m8 __attribute__((objc_root_class)) @interface MyObject { interface
17 @implementation MyObject implementation
/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/polymorphic/
DJsonPolymorphicObjectTest.kt19 object MyObject { object
/external/clang/test/Modules/
Dredeclarations.m4 @interface MyObject : NSObject interface
/external/testng/src/test/java/test/dataprovider/
DCreateDataTest.java29 class MyObject {} class
/external/clang/test/CodeGenObjC/
Dns_consume_null_check.m7 @interface MyObject : NSObject interface
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DNewInstanceTagDebuggee.java25 static class MyObject extends Object { class in NewInstanceTagDebuggee
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DTestJsonSerialize3.java26 static class MyObject { class in TestJsonSerialize3
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DAbstractTypeMapping1186Test.java31 public static class MyObject { class in AbstractTypeMapping1186Test
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue142/
DDerivedMapTest.java27 public static class MyObject { class in DerivedMapTest
/external/clang/test/Parser/
Dmethod-prototype-1.m2 @interface MyObject interface
/external/python/cpython2/Lib/test/
Dtest_memoryview.py222 class MyObject: class
/external/clang/test/Index/
Dcomplete-method-decls.m75 typedef A MyObject; typedef
/external/clang/test/Analysis/
DDeallocMissingRelease.m227 @interface MyObject : NSObject { interface
233 @implementation MyObject implementation
Dnonnull.m3 @interface MyObject interface
/external/tensorflow/tensorflow/python/saved_model/
Dnested_structure_coder_test.py435 class MyObject(object): class

12