Home | History | Annotate | Download | only in net

Lines Matching defs:result_

39   std::string result_;
86 result_ = "{\n";
93 result_ += "\"";
94 result_ += key;
95 result_ += "\":";
96 result_ += "\"";
97 result_ += value;
98 result_ += "\",\n";
103 result_ += "}";
106 result_ = "{}";
110 int remaining = static_cast<int>(result_.size()) - data_offset_;
114 memcpy(buf->data(), &result_[data_offset_], buf_size);