Searched refs:contents2 (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc1421 ByteBuffer contents2;
1422 contents2.start = file_bytes + section2.start().Value();
1423 contents2.end = contents2.start + section2.final_size().Value();
1425 string(reinterpret_cast<const char *>(contents2.start),
1426 contents2.Size()));
1430 0x98746efaU, contents2)))
1417 ByteBuffer contents2; local

Completed in 52 milliseconds