Searched refs:has_null_source (Results 1 – 5 of 5) sorted by relevance
31 UploadDataStream(bool is_chunked, bool has_null_source, int64_t identifier);79 bool has_null_source() const { return has_null_source_; } in has_null_source() function
30 bool has_null_source) in ChunkedUploadDataStream() argument31 : UploadDataStream(/*is_chunked=*/true, has_null_source, identifier) {} in ChunkedUploadDataStream()
40 bool has_null_source, in UploadDataStream() argument44 has_null_source_(has_null_source) {} in UploadDataStream()
60 bool has_null_source = false);
1226 request_->upload_data_stream->has_null_source(); in DoReadHeadersComplete()