Searched refs:angle_start (Results 1 – 1 of 1) sorted by relevance
3609 const auto angle_start = std::lower_bound(first, angle_end, "<", compare); in FindStringRangesForMethodNames() local3610 init_indices_.angle_bracket_start_index = angle_start - first; in FindStringRangesForMethodNames()3611 if (angle_start == angle_end) { in FindStringRangesForMethodNames()3620 const auto it = std::lower_bound(angle_start, angle_end, kClinit, compare); in FindStringRangesForMethodNames()3629 const auto it = std::lower_bound(angle_start, angle_end, kInit, compare); in FindStringRangesForMethodNames()