Searched refs:last_scope_separator (Results 1 – 1 of 1) sorted by relevance
602 size_t last_scope_separator = 0; in GetCommonNameScope() local606 if (op_name_a[i] == '/') last_scope_separator = i + 1; in GetCommonNameScope()608 return op_name_a.substr(0, last_scope_separator); in GetCommonNameScope()