Home
last modified time | relevance | path

Searched defs:StabsFixture (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/
Dstabs_reader_unittest.cc233 struct StabsFixture { struct
234 StabsFixture() : stabs(&strings), unitized(true) { } in StabsFixture() function
241 bool ApplyHandlerToMockStabsData() { in ApplyHandlerToMockStabsData()
258 StringAssembler strings;
259 StabsAssembler stabs;
260 bool unitized;
261 MockStabsReaderHandler mock_handler;