Home
last modified time | relevance | path

Searched refs:signed_buffer (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/dwarf/
Dbytereader-inl.h42 inline uint16 ByteReader::ReadTwoBytes(const char* signed_buffer) const { in ReadTwoBytes() argument
44 = reinterpret_cast<const unsigned char *>(signed_buffer); in ReadTwoBytes()
54 inline uint64 ByteReader::ReadFourBytes(const char* signed_buffer) const { in ReadFourBytes() argument
56 = reinterpret_cast<const unsigned char *>(signed_buffer); in ReadFourBytes()
68 inline uint64 ByteReader::ReadEightBytes(const char* signed_buffer) const { in ReadEightBytes() argument
70 = reinterpret_cast<const unsigned char *>(signed_buffer); in ReadEightBytes()