Searched refs:AnotherObject (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/SemaObjC/ |
D | property-ambiguous-synthesis.m | 31 @interface AnotherObject : NSObject<FooAsDouble, FooAsID,FooAsDouble, FooAsID, FooAsDouble,FooAsID> interface 34 @implementation AnotherObject implementation
|
/external/llvm-project/clang/test/SemaObjC/ |
D | property-ambiguous-synthesis.m | 31 @interface AnotherObject : NSObject<FooAsDouble, FooAsID,FooAsDouble, FooAsID, FooAsDouble,FooAsID> interface 34 @implementation AnotherObject implementation
|
/external/tensorflow/tensorflow/python/framework/ |
D | dtypes_test.py | 104 class AnotherObject(object): class 107 self.assertIs(dtypes.complex64, dtypes.as_dtype(AnotherObject))
|