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