Lines Matching full:prologuelength
139 uint64_t PrologueLength; in checkDefaultPrologue() local
142 PrologueLength = 36; in checkDefaultPrologue()
143 UnitLength = PrologueLength + 2; in checkDefaultPrologue()
148 PrologueLength = 35; in checkDefaultPrologue()
149 UnitLength = PrologueLength + 2; in checkDefaultPrologue()
152 PrologueLength = 42; in checkDefaultPrologue()
153 UnitLength = PrologueLength + 4; in checkDefaultPrologue()
163 EXPECT_EQ(Prologue.PrologueLength, PrologueLength); in checkDefaultPrologue()
232 uint64_t ExpectedLength = Prologue.PrologueLength + 10; in TEST_P()
407 ++Prologue.PrologueLength; in TEST_P()
418 --Result.Prologue.PrologueLength; in TEST_P()
443 Prologue.PrologueLength -= 2; in TEST_P()
1284 Prologue.PrologueLength += 2; in TEST_F()
1519 ++Prologue.PrologueLength; in setupTable()
1722 P.PrologueLength += 14; in TEST_F()