Searched refs:start_pos_ (Results 1 – 4 of 4) sorted by relevance
73 start_pos_(start_pos), in MessageLocation()75 MessageLocation() : start_pos_(-1), end_pos_(-1) { } in MessageLocation()78 int start_pos() const { return start_pos_; } in start_pos()83 int start_pos_; variable
136 token_end_ = start_pos_; in Reset()158 start_pos_ = string_begin; in Init()241 const_iterator start_pos_; variable
85 : start_pos_(NULL), json_pos_(NULL), stack_depth_(0), in JSONReader()156 start_pos_ = json_wide.c_str(); in JsonToValue()163 if (!json_wide.empty() && start_pos_[0] == 0xFEFF) { in JsonToValue()164 ++start_pos_; in JsonToValue()167 json_pos_ = start_pos_; in JsonToValue()654 for (const wchar_t* pos = start_pos_; pos != error_pos; ++pos) { in SetErrorCode()
200 const wchar_t* start_pos_; variable