Searched refs:text_offset_ (Results 1 – 2 of 2) sorted by relevance
60 void set_text_offset(uint64_t offset) { text_offset_ = offset; } in set_text_offset()61 void clear_text_offset() { text_offset_ = static_cast<uint64_t>(-1); } in clear_text_offset()70 uint64_t text_offset_ = static_cast<uint64_t>(-1); variable
121 if (text_offset_ == static_cast<uint64_t>(-1)) { in AdjustEncodedValue()125 *value += text_offset_; in AdjustEncodedValue()