Searched refs:idSeparator (Results 1 – 1 of 1) sorted by relevance
58 const auto idSeparator = uri.find_last_of('/'); in IsGltfResource() local59 if (idSeparator == BASE_NS::string_view::npos) { in IsGltfResource()64 auto rest = uri.substr(0, idSeparator); in IsGltfResource()