Home | History | Annotate | Download | only in xmpp

Lines Matching refs:resource_name_

50   resource_name_ = (slash == std::string::npos ? STR_EMPTY :
76 resource_name_(resource_name) {
87 resource_name_ = PrepResource(resource_name_, &valid_resource);
92 resource_name_.clear();
108 if (!resource_name_.empty())
109 ret += "/" + resource_name_;
119 resource_name_.empty());
131 return IsValid() && resource_name_.empty();
135 return IsValid() && !resource_name_.empty();
154 this->resource_name_ = jid.resource_name_;
160 other.resource_name_ == resource_name_;
171 compare_result = resource_name_.compare(other.resource_name_);