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