Searched refs:protocolLength (Results 1 – 1 of 1) sorted by relevance
15 const std::size_t protocolLength = 9; variable24 return url.compare(0, protocolLength, protocol) == 0; in isMapboxURL()