Searched refs:GetEndianness (Results 1 – 6 of 6) sorted by relevance
/external/google-breakpad/src/common/dwarf/ |
D | bytereader.h | 283 Endianness GetEndianness() const;
|
D | bytereader.cc | 246 Endianness ByteReader::GetEndianness() const { in GetEndianness() function in dwarf2reader::ByteReader
|
D | dwarf2reader.cc | 633 dwp_byte_reader_.reset(new ByteReader(reader_->GetEndianness())); in ProcessSplitDwarf()
|
/external/piex/src/ |
D | tiff_parser.h | 128 bool GetEndianness(const std::uint32_t tiff_offset, StreamInterface* stream,
|
D | piex.cc | 232 if (!GetEndianness(0 /* tiff offset */, stream, &endian)) { in GetOlympusPreviewImage() 304 if (!GetEndianness(0 /* tiff offset */, stream, &endian)) { in PefGetColorSpace()
|
D | tiff_parser.cc | 347 bool GetEndianness(const std::uint32_t tiff_offset, StreamInterface* stream, in GetEndianness() function 677 if (!GetEndianness(tiff_offset_, stream_, &endian_) || in Parse()
|