Home | History | Annotate | Download | only in src

Lines Matching defs:start_pos_

30         start_pos_(start_pos),
33 MessageLocation() : start_pos_(-1), end_pos_(-1) { }
36 int start_pos() const { return start_pos_; }
42 int start_pos_;