Searched refs:notification_data_ (Results 1 – 2 of 2) sorted by relevance
386 if (ReadIntoBuffer(socket, ¬ification_data_, &content_length)) { in OnHangingGetRead()388 bool ok = ParseServerResponse(notification_data_, content_length, in OnHangingGetRead()401 if (ParseEntry(notification_data_.substr(pos), &name, &id, in OnHangingGetRead()413 notification_data_.substr(pos)); in OnHangingGetRead()417 notification_data_.clear(); in OnHangingGetRead()
116 std::string notification_data_; variable