Searched refs:contentSize_ (Results 1 – 2 of 2) sorted by relevance
25 : content_(nullptr), contentSize_(0), params_(), product_(product), in ServiceRequest()33 : content_(nullptr), contentSize_(other.contentSize_), in ServiceRequest()38 setContent(other.content_, other.contentSize_); in ServiceRequest()48 contentSize_ = 0; in operator =()52 setContent(other.content_, other.contentSize_); in operator =()70 size_t ServiceRequest::contentSize() const { return contentSize_; } in contentSize()72 bool ServiceRequest::hasContent() const { return (contentSize_ != 0); } in hasContent()78 contentSize_ = 0; in setContent()80 contentSize_ = size; in setContent()
87 size_t contentSize_; variable
Completed in 4 milliseconds