Searched refs:TestStructB (Results 1 – 1 of 1) sorted by relevance
/kernel/tests/net/test/ |
D | cstruct_test.py | 24 TestStructB = cstruct.Struct("TestStructB", "=BI", "byte1 int2") variable 49 b = TestStructB((1, 2)) 61 [TestStructA, TestStructB]) 66 Nested((5, TestStructA((3, 4)), TestStructB((7, 8)), 9)), 70 2 + len(TestStructA) + len(TestStructB) + 4 +
|