Searched refs:ByteInputStream (Results 1 – 6 of 6) sorted by relevance
25 ByteInputStream::ByteInputStream(const uint8_t* buffer, size_t size) in ByteInputStream() function in nogrod::ByteInputStream28 bool ByteInputStream::available() const { in available()32 uint64_t ByteInputStream::offset() const { in offset()36 uint8_t ByteInputStream::ReadUint8() { in ReadUint8()41 uint16_t ByteInputStream::ReadUint16() { in ReadUint16()50 uint32_t ByteInputStream::ReadUint24() { in ReadUint24()59 uint32_t ByteInputStream::ReadUint32() { in ReadUint32()68 uint64_t ByteInputStream::ReadUint64() { in ReadUint64()77 uint64_t ByteInputStream::ReadLeb128() { in ReadLeb128()84 int64_t ByteInputStream::ReadSleb128() { in ReadSleb128()[all …]
34 DwarfContext(ByteInputStream* dwarf_info_stream, in DwarfContext()51 [[nodiscard]] ByteInputStream* info_stream() { return dwarf_info_stream_; } in info_stream()61 ByteInputStream* dwarf_info_stream_;
27 class ByteInputStream {29 ByteInputStream(const uint8_t* buffer, size_t size);
33 ByteInputStream in(bytes, sizeof(bytes)); in TEST()65 ByteInputStream in(array_out_of_bounds, sizeof(array_out_of_bounds)); in TEST()
47 ByteInputStream bs(info_buf_->data(), info_buf_->size()); in ReadDwarfInfo()78 ByteInputStream* bs = context->info_stream(); in ReadOneDie()157 ByteInputStream* bs = context->info_stream(); in ReadCompilationUnit()248 ByteInputStream bs(abbrev_buf_->data() + offset, abbrev_buf_->size() - offset); in ReadAbbrev()
509 ByteInputStream* bs = context->info_stream(); in ReadAttribute()545 ByteInputStream* bs = context->info_stream(); in ReadAttribute()588 ByteInputStream* bs = context->info_stream(); in ReadAttribute()649 ByteInputStream* bs = context->info_stream(); in ReadAttribute()678 ByteInputStream* bs = context->info_stream(); in ReadAttribute()713 ByteInputStream* bs = context->info_stream(); in ReadAttribute()745 ByteInputStream* bs = context->info_stream(); in ReadAttribute()794 ByteInputStream* bs = context->info_stream(); in ReadAttribute()