Searched defs:FormSkipValueFixtureBase (Results 1 – 1 of 1) sorted by relevance
127 struct FormSkipValueFixtureBase : public testing::TestWithParam<ParamType> { struct128 void SetUp() override { in SetUp()133 void doSkipValueTest() { in doSkipValueTest()153 Form Fm;154 uint16_t Version;155 uint8_t AddrSize;156 DwarfFormat Dwarf;157 ArrayRef<uint8_t> InitialData;158 uint64_t ExpectedSkipped;159 bool ExpectedResult;