Home
last modified time | relevance | path

Searched refs:another_int (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/ctypes/test/
Dtest_structures.py637 self.assertEqual(test4.a_struct.another_int, 0)
639 test4.a_struct.another_int = 0x5678
647 self.assertEqual(test4.a_struct.another_int, 0)
650 test5.another_int = 0x78
658 self.assertEqual(test5.another_int, 0)
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c138 int another_int; member
148 int another_int; member
153 long result = in.a_long + in.a_struct.an_int + in.a_struct.another_int; in _testfunc_union_by_value1()
183 long result = in->a_struct.an_int + in->a_struct.another_int; in _testfunc_union_by_reference2()
191 long result = in->an_int + in->nested.an_int + in->another_int; in _testfunc_union_by_reference3()