Searched refs:comp_begin (Results 1 – 1 of 1) sorted by relevance
10383 string::size_type fqn_size = fqn.size(), comp_begin = 0, comp_end = fqn_size; in fqn_to_components() local10386 if (!find_next_delim_in_cplus_type(fqn, comp_begin, comp_end)) in fqn_to_components()10389 string comp = fqn.substr(comp_begin, comp_end - comp_begin); in fqn_to_components()10392 comp_begin = comp_end + 2; in fqn_to_components()10393 if (comp_begin >= fqn_size) in fqn_to_components()