Searched defs:AlignedFixture (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/common/dwarf/
H A Dbytereader_unittest.cc618 struct AlignedFixture { struct
619 AlignedFixture() : reader(ENDIANNESS_BIG) { reader.SetAddressSize(4); } function in struct:AlignedFixture
625 const char AlignedFixture::data[10] = {
629 class Aligned: public AlignedFixture, public Test { };

Completed in 72 milliseconds