Home
last modified time | relevance | path

Searched defs:IsEnclosedBy (Results 1 – 1 of 1) sorted by relevance

/external/cronet/net/http/
Dhttp_auth_cache.cc59 struct IsEnclosedBy { struct
60 explicit IsEnclosedBy(const std::string& path) : path(path) { } in IsEnclosedBy() function
61 bool operator() (const std::string& x) const { in operator ()()
64 const std::string& path;