Lines Matching refs:GetEnd
21 return GetEnd(); in Find()
25 GetEnd() - start_location)); in Find()
26 return location ? (location - buffer_) + GetBegin() : GetEnd(); in Find()
33 size_t memchr_count = GetEnd() - location; in Find()
38 if (byte0_location + str_length <= GetEnd()) { in Find()
47 return GetEnd(); in Find()
64 if (segment1 && segment2 && segment1->GetEnd() == segment2->GetBegin()) { in Find()
65 size_t value_location = segment2->GetEnd(); in Find()
68 if (value_location == segment1->GetEnd()) { in Find()
76 size_t segment1_end = segment1 ? segment1->GetEnd() : 0; in Find()
77 return segment2 ? std::max(segment1_end, segment2->GetEnd()) : segment1_end; in Find()