Searched refs:start_pos_ (Results 1 – 7 of 7) sorted by relevance
135 token_end_ = start_pos_; in Reset()157 start_pos_ = string_begin; in Init()240 const_iterator start_pos_; variable
40 int start_pos() const { return start_pos_; } in start_pos()46 int start_pos_; variable
24 : script_(script), start_pos_(start_pos), end_pos_(end_pos) {} in MessageLocation()28 start_pos_(start_pos), in MessageLocation()31 MessageLocation::MessageLocation() : start_pos_(-1), end_pos_(-1) {} in MessageLocation()
2759 SeekHead::SeekHead() : start_pos_(0ULL) { in SeekHead()2770 if (start_pos_ == -1) in Finalize()2794 if (writer->Position(start_pos_)) in Finalize()2819 const int64_t size_left = total_size - (writer->Position() - start_pos_); in Finalize()2837 start_pos_ = writer->Position(); in Write()
1441 int64_t start_pos_; variable