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