HomeSort by relevance Sort by last modified time
    Searched refs:ReadTwoBytes (Results 1 - 5 of 5) sorted by null

  /external/google-breakpad/src/common/dwarf/
bytereader.h 66 uint16 ReadTwoBytes(const char* buffer) const;
bytereader.cc 161 offset = ReadTwoBytes(buffer);
180 offset = ReadTwoBytes(buffer);
bytereader-inl.h 42 inline uint16 ByteReader::ReadTwoBytes(const char* signed_buffer) const {
dwarf2reader.cc 199 return start + 2 + reader_->ReadTwoBytes(start);
231 header_.version = reader_->ReadTwoBytes(headerptr);
332 reader_->ReadTwoBytes(start));
374 reader_->ReadTwoBytes(start)
419 uint64 datalen = reader_->ReadTwoBytes(start);
548 header_.version = reader_->ReadTwoBytes(lineptr);
708 const uint16 advance_address = reader->ReadTwoBytes(start);
    [all...]
bytereader_unittest.cc 76 EXPECT_EQ(0xcf0dU, reader.ReadTwoBytes(data + 1));

Completed in 275 milliseconds