Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.h543 uint64_t string_buffer_length_; variable
Ddwarf2reader.cc62 string_buffer_(NULL), string_buffer_length_(0), in CompilationUnit()
330 string_buffer_length_ = iter->second.second; in Start()
495 assert(string_buffer_ + offset < string_buffer_ + string_buffer_length_); in ProcessAttribute()
507 if (offset >= string_buffer_length_) { in ProcessAttribute()