Lines Matching refs:empty
68 if (input.empty()) {
69 errStr_ = "uri is empty";
80 if (!uriData_.query.empty()) {
92 if (!errStr_.empty()) {
99 if (!errStr_.empty()) {
106 if (!errStr_.empty()) {
111 if (!errStr_.empty()) {
122 if (!errStr_.empty()) {
245 if (data_.empty()) {
252 if (!errStr_.empty()) {
261 if (!errStr_.empty()) {
273 if (!errStr_.empty()) {
404 return !uriData_.scheme.empty();
409 return uriData_.scheme.empty();
442 if (!uriData_.scheme.empty()) {
445 if (!uriData_.authority.empty()) {
448 if (!uriData_.path.empty()) {
459 if (uriData_.query.empty()) {
470 if (!uriData_.fragment.empty()) {
479 if (uriData_.path.empty()) {
522 if (!temp[i].empty() && !(temp[i] == ".") && !(temp[i] == "..")) {
526 if (!normalizeTemp.empty() && normalizeTemp.back() != "..") {
549 if (!uriData_.scheme.empty()) {
552 if (uriData_.path.empty()) {
555 if (!uriData_.host.empty()) {
557 if (!uriData_.userInfo.empty()) {
564 } else if (!uriData_.authority.empty()) {
569 if (!uriData_.query.empty()) {
572 if (!uriData_.fragment.empty()) {