Searched refs:structTestStruct1Method (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.m107 -(struct TestStruct1)structTestStruct1Method;
2621 -(struct TestStruct1)structTestStruct1Method;
8399 return [obj structTestStruct1Method];
8407 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Method))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl2.m107 -(struct TestStruct1)structTestStruct1Method;
2621 -(struct TestStruct1)structTestStruct1Method;
8399 return [obj structTestStruct1Method];
8407 SETUP_INVOCATION(inv, obj, @selector(structTestStruct1Method))
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py609 self.assertEquals(o.structTestStruct1Method(), (1, 2, (1, 2, 3, 4, 5)))
610 self.assertEquals(o.structTestStruct1Method(), (9, 8, (-1, -2, -3, -4, -5)))
18473 def structTestStruct1Method(self): member in class:Python_TestClass
18478 structTestStruct1Method = objc.selector(structTestStruct1Method, signature="{_TestStruct1=ii[5s]}@:") variable in class:Python_TestClass
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods2.py609 self.assertEquals(o.structTestStruct1Method(), (1, 2, (1, 2, 3, 4, 5)))
610 self.assertEquals(o.structTestStruct1Method(), (9, 8, (-1, -2, -3, -4, -5)))
18473 def structTestStruct1Method(self): member in class:Python_TestClass
18478 structTestStruct1Method = objc.selector(structTestStruct1Method, signature=b"{_TestStruct1=ii[5s]}@:") variable in class:Python_TestClass
[all...]

Completed in 234 milliseconds