Lines Matching refs:empty

106         if (input.empty()) {

129 if (str.empty()) {
226 if (userAndPasswd.empty()) {
243 if (!user.empty()) {
247 if (!keyWord.empty()) {
272 if (path.empty() && it == length - 1) {
276 if (path.empty()) {
533 if (subStr.empty()) {
540 if (subStr.empty()) {
555 if (num.substr(2).empty()) { // 2:jump 0x
564 if (num.substr(1).empty()) {
623 if (!nums[i].empty() && stoi(nums[i]) > 255) { // 255:ipv4 max value
732 if (input.empty()) {
784 } else if (!urlinfo.path.empty()) {
844 if (!temp.empty() && flags.test(static_cast<size_t>(BitsetStatusFlag::BIT0))) {
846 } else if (!temp.empty() && !flags.test(static_cast<size_t>(BitsetStatusFlag::BIT0))) {
872 if (urlinfo.path.empty()) {
899 if (strHost.empty()) {
914 if (hostandpath.empty()) {
927 if (strHost.empty()) {
964 if (strHost.empty()) {
1015 if (strHost.empty()) {
1117 if (baseData.path.empty()) {
1120 if (urlData.path.size() == 1 && urlData.path[0].empty()) {
1134 if (input.empty()) {
1172 if (!input.empty() && input[0] == '/') {
1175 } else if (!input.empty() && input[0] != '/') {
1219 if (strBase.empty()) {
1240 BaseInfoToUrl(baseInfo, baseflags, urlData_, flags_, input.empty());
1242 if (!input.empty() && input[0] != '/' && urlData_.path.empty()) {
1247 if (!input.empty() && input[0] != '/' && !urlData_.path.empty()) {
1283 BaseInfoToUrl(baseInfo, baseflags, urlData_, flags_, input.empty());
1285 if (!input.empty() && input[0] != '/' && urlData_.path.empty()) {
1290 if (!input.empty() && input[0] != '/' && !urlData_.path.empty()) {
1364 if (!urlData_.scheme.empty()) {
1492 if (flags_.test(static_cast<size_t>(BitsetStatusFlag::BIT9)) || strPath.empty()) {
1544 if (input.empty() || flags_.test(static_cast<size_t>(BitsetStatusFlag::BIT9))) {
1963 for (auto it = searchParams.begin(); it < (searchParams.end() - 1) && !searchParams.empty();) {