Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DPacketTests.cs87 Assert.AreEqual(0xc0fe, nestedStruct.nestedStructA1.nestedStructB.fieldB); in TestNestedDecode()
88 Assert.AreEqual(0xdeadc0de, nestedStruct.nestedStructA1.fieldA); in TestNestedDecode()
222 nestedStructA1 = new NestedStructA in TestNestedEncode()
464 public NestedStructA nestedStructA1; field