Lines Matching defs:CommonFixture
30 struct CommonFixture {
31 CommonFixture()
33 RecordRecoverable(std::bind(&CommonFixture::recordRecoverable, this,
36 RecordUnrecoverable(std::bind(&CommonFixture::recordUnrecoverable, this,
39 ~CommonFixture() {
132 struct DebugLineBasicFixture : public Test, public CommonFixture {};
136 public CommonFixture {
422 public CommonFixture {
866 struct AdjustAddressFixtureBase : public CommonFixture {
1041 struct OpIndexFixture : Test, CommonFixture {
1654 public CommonFixture {
1781 struct TruncatedOpcodeFixtureBase : public CommonFixture {