Searched refs:structTestStruct3Method (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl2.m111 -(struct TestStruct3)structTestStruct3Method;
2645 -(struct TestStruct3)structTestStruct3Method;
8431 return [obj structTestStruct3Method];
8439 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Method))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl2.m111 -(struct TestStruct3)structTestStruct3Method;
2645 -(struct TestStruct3)structTestStruct3Method;
8431 return [obj structTestStruct3Method];
8439 SETUP_INVOCATION(inv, obj, @selector(structTestStruct3Method))
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py625 self.assertEquals(o.structTestStruct3Method(), (1, 2))
626 self.assertEquals(o.structTestStruct3Method(), (2, 4))
18489 def structTestStruct3Method(self): member in class:Python_TestClass
18494 structTestStruct3Method = objc.selector(structTestStruct3Method, signature="{_TestStruct3=ci}@:") variable in class:Python_TestClass
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py625 self.assertEquals(o.structTestStruct3Method(), (1, 2))
626 self.assertEquals(o.structTestStruct3Method(), (2, 4))
18489 def structTestStruct3Method(self): member in class:Python_TestClass
18494 structTestStruct3Method = objc.selector(structTestStruct3Method, signature=b"{_TestStruct3=ci}@:") variable in class:Python_TestClass
[all...]

Completed in 388 milliseconds