Lines Matching refs:empty
38 if(!url.empty()) in Url()
70 if (!str.empty()) in authority()
98 if (url.empty()) in fromString()
142 return !fragment_.empty(); in hasFragment()
147 return !query_.empty(); in hasQuery()
157 return scheme_.empty() in isEmpty()
158 && userName_.empty() in isEmpty()
159 && password_.empty() in isEmpty()
160 && host_.empty() in isEmpty()
161 && path_.empty() in isEmpty()
163 && query_.empty() in isEmpty()
164 && fragment_.empty(); in isEmpty()
172 if (host_.empty()) in isValid()
176 if (userName_.empty()) in isValid()
177 valid = password_.empty(); in isValid()
208 if (authority.empty()) { in setAuthority()
237 setPort(!port.empty() ? atoi(port.c_str()): INVALID_PORT); in setAuthority()
247 if(host.empty()){ in setHost()
277 if(scheme.empty()){ in setScheme()
287 if (userInfo.empty()) { in setUserInfo()
313 if (!scheme_.empty()) in toString()
316 if (!str.empty()) in toString()
318 if (path_.empty()) in toString()
336 if (!password_.empty()) in userInfo()