Lines Matching full:const_iterator
22 std::string::const_iterator begin,
23 std::string::const_iterator end) {
47 ProxyServer::Scheme GetSchemeFromURIInternal(std::string::const_iterator begin,
48 std::string::const_iterator end) {
99 ProxyServer ProxyServer::FromURI(std::string::const_iterator begin,
100 std::string::const_iterator end,
109 std::string::const_iterator colon = std::find(begin, end, ':');
148 ProxyServer ProxyServer::FromPacString(std::string::const_iterator begin,
149 std::string::const_iterator end) {
157 std::string::const_iterator space;
215 std::string::const_iterator begin,
216 std::string::const_iterator end) {