Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Dstabs_reader.cc78 next_cu_string_offset_(0), in StabsReader()
111 string_offset_ = next_cu_string_offset_; in Process()
112 next_cu_string_offset_ = iterator_->value; in Process()
Dstabs_reader.h221 size_t next_cu_string_offset_; variable