Searched refs:slash_index (Results 1 – 1 of 1) sorted by relevance
447 size_t slash_index = location.find_first_of('/', start_index); in FindApexNamespaceName() local448 LOG_ALWAYS_FATAL_IF((slash_index == std::string::npos), in FindApexNamespaceName()450 std::string name = location.substr(start_index, slash_index - start_index); in FindApexNamespaceName()