Searched refs:another_int (Results 1 – 2 of 2) sorted by relevance
637 self.assertEqual(test4.a_struct.another_int, 0)639 test4.a_struct.another_int = 0x5678647 self.assertEqual(test4.a_struct.another_int, 0)650 test5.another_int = 0x78658 self.assertEqual(test5.another_int, 0)
138 int another_int; member148 int another_int; member153 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()