Searched refs:values_end_ (Results 1 – 4 of 4) sorted by relevance
205 return values_end_; in values_end()208 return std::string(values_begin_, values_end_); in values()216 std::string::const_iterator values_end_; variable
646 values_end_ = lines_.token_end(); in GetNext()648 string::const_iterator colon = find(name_begin_, values_end_, ':'); in GetNext()649 if (colon == values_end_) in GetNext()665 TrimLWS(&values_begin_, &values_end_); in GetNext()
243 return values_end_; in values_end()246 return std::string(values_begin_, values_end_); in values()254 std::string::const_iterator values_end_; variable
779 values_end_ = lines_.token_end(); in GetNext()781 string::const_iterator colon = std::find(name_begin_, values_end_, ':'); in GetNext()782 if (colon == values_end_) in GetNext()798 TrimLWS(&values_begin_, &values_end_); in GetNext()