Searched refs:aTestBlock (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/testcase/
H A DtstGuestCtrlParseBuffer.cpp56 } aTestBlock[] = variable in typeref:struct:__anon16529
195 for (iTest; iTest < RT_ELEMENTS(aTestBlock); iTest++)
200 int iResult = stream.AddData((BYTE*)aTestBlock[iTest].pbData, aTestBlock[iTest].cbData);
205 if (iResult != aTestBlock[iTest].iResult)
208 iResult, aTestBlock[iTest].iResult);
210 else if (stream.GetOffset() != aTestBlock[iTest].uOffsetAfter)
213 stream.GetOffset(), aTestBlock[iTest].uOffsetAfter);
223 if (curBlock.GetCount() != aTestBlock[iTest].uMapElements)
226 curBlock.GetCount(), aTestBlock[iTes
[all...]

Completed in 42 milliseconds