Home
last modified time | relevance | path

Searched refs:body_ (Results 176 – 200 of 785) sorted by relevance

12345678910>>...32

/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/tools/
H A Dquic_simple_server_stream.cc85 body_.append(static_cast<char*>(iov.iov_base), iov.iov_len); in OnBodyAvailable()
88 body_.size() > static_cast<uint64_t>(content_length_)) { in OnBodyAvailable()
89 QUIC_DVLOG(1) << "Body size (" << body_.size() << ") > content length (" in OnBodyAvailable()
138 static_cast<uint64_t>(content_length_) != body_.size()) { in SendResponse()
140 << body_.size() << ")."; in SendResponse()
160 quic_simple_server_backend_->FetchResponseFromBackend(request_headers_, body_, in SendResponse()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/
H A DHttpClient.cpp206 if (body_ == NULL) in CallbackInternal()
256 body_(NULL), in CurlRequestBody()
263 body_ = &body; in SetBody()
270 body_ = NULL; in Clear()
277 return body_ != NULL; in IsValid()
718 body_ = data; in SetBody()
724 return body_; in GetBody()
729 return body_; in GetBody()
735 body_.clear(); in SetBody()
742 body_.clear(); in ClearBody()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/web_package/
H A Dsigned_exchange_cert_fetcher.cc175 body_.reset(); in Abort()
188 body_->BeginReadData(&buffer, &num_bytes, MOJO_READ_DATA_FLAG_NONE); in OnHandleReady()
191 body_->EndReadData(num_bytes); in OnHandleReady()
199 body_->EndReadData(num_bytes); in OnHandleReady()
212 body_.reset(); in OnDataComplete()
320 body_ = std::move(body); in OnStartLoadingResponseBody()
325 body_.get(), MOJO_HANDLE_SIGNAL_READABLE, in OnStartLoadingResponseBody()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/web_package/
H A Dsigned_exchange_cert_fetcher.cc170 body_.reset(); in Abort()
184 body_->BeginReadData(&buffer, &num_bytes, MOJO_READ_DATA_FLAG_NONE); in OnHandleReady()
187 body_->EndReadData(num_bytes); in OnHandleReady()
195 body_->EndReadData(num_bytes); in OnHandleReady()
208 body_.reset(); in OnDataComplete()
315 body_ = std::move(body); in OnStartLoadingResponseBody()
320 body_.get(), MOJO_HANDLE_SIGNAL_READABLE, in OnStartLoadingResponseBody()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/tools/
H A Dquic_backend_response.h60 return quiche::QuicheStringPiece(body_); in body()
74 body_.assign(body.data(), body.size()); in set_body()
83 std::string body_; variable
H A Dquic_simple_server_stream.cc84 body_.append(static_cast<char*>(iov.iov_base), iov.iov_len); in OnBodyAvailable()
87 body_.size() > static_cast<uint64_t>(content_length_)) { in OnBodyAvailable()
88 QUIC_DVLOG(1) << "Body size (" << body_.size() << ") > content length (" in OnBodyAvailable()
137 static_cast<uint64_t>(content_length_) != body_.size()) { in SendResponse()
139 << body_.size() << ")."; in SendResponse()
159 quic_simple_server_backend_->FetchResponseFromBackend(request_headers_, body_, in SendResponse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/fetch/
H A Dresource_request.cc131 DCHECK(!body_.StreamBody().is_valid()); in operator =()
132 DCHECK(!src.body_.StreamBody().is_valid()); in operator =()
134 body_.SetFormBody(src.body_.FormBody()); in operator =()
145 DCHECK(!body_.StreamBody().is_valid()); in CopyFrom()
146 DCHECK(!src.body_.StreamBody().is_valid()); in CopyFrom()
311 return body_.FormBody(); in HttpBody()
315 body_.SetFormBody(std::move(http_body)); in SetHttpBody()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/go/gofrontend/
H A Dimport.h613 { return this->body_; } in body()
668 if (this->body_.length() <= this->off_) in peek_char()
670 return static_cast<unsigned char>(this->body_[this->off_]); in peek_char()
677 if (this->body_.length() <= this->off_) in get_char()
679 int c = static_cast<unsigned char>(this->body_[this->off_]); in get_char()
689 return (this->body_.length() >= this->off_ + len in match_c_string()
690 && this->body_.compare(this->off_, len, str) == 0); in match_c_string()
760 const std::string& body_; variable
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/go/gofrontend/
H A Dimport.h613 { return this->body_; } in body()
668 if (this->body_.length() <= this->off_) in peek_char()
670 return static_cast<unsigned char>(this->body_[this->off_]); in peek_char()
677 if (this->body_.length() <= this->off_) in get_char()
679 int c = static_cast<unsigned char>(this->body_[this->off_]); in get_char()
689 return (this->body_.length() >= this->off_ + len in match_c_string()
690 && this->body_.compare(this->off_, len, str) == 0); in match_c_string()
760 const std::string& body_; variable
/dports/lang/gcc11/gcc-11.2.0/gcc/go/gofrontend/
H A Dimport.h613 { return this->body_; } in body()
668 if (this->body_.length() <= this->off_) in peek_char()
670 return static_cast<unsigned char>(this->body_[this->off_]); in peek_char()
677 if (this->body_.length() <= this->off_) in get_char()
679 int c = static_cast<unsigned char>(this->body_[this->off_]); in get_char()
689 return (this->body_.length() >= this->off_ + len in match_c_string()
690 && this->body_.compare(this->off_, len, str) == 0); in match_c_string()
760 const std::string& body_; variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/go/gofrontend/
H A Dimport.h613 { return this->body_; } in body()
668 if (this->body_.length() <= this->off_) in peek_char()
670 return static_cast<unsigned char>(this->body_[this->off_]); in peek_char()
677 if (this->body_.length() <= this->off_) in get_char()
679 int c = static_cast<unsigned char>(this->body_[this->off_]); in get_char()
689 return (this->body_.length() >= this->off_ + len in match_c_string()
690 && this->body_.compare(this->off_, len, str) == 0); in match_c_string()
760 const std::string& body_; variable
/dports/lang/gcc10/gcc-10.3.0/gcc/go/gofrontend/
H A Dimport.h613 { return this->body_; } in body()
668 if (this->body_.length() <= this->off_) in peek_char()
670 return static_cast<unsigned char>(this->body_[this->off_]); in peek_char()
677 if (this->body_.length() <= this->off_) in get_char()
679 int c = static_cast<unsigned char>(this->body_[this->off_]); in get_char()
689 return (this->body_.length() >= this->off_ + len in match_c_string()
690 && this->body_.compare(this->off_, len, str) == 0); in match_c_string()
760 const std::string& body_; variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/go/gofrontend/
H A Dimport.h613 { return this->body_; } in body()
668 if (this->body_.length() <= this->off_) in peek_char()
670 return static_cast<unsigned char>(this->body_[this->off_]); in peek_char()
677 if (this->body_.length() <= this->off_) in get_char()
679 int c = static_cast<unsigned char>(this->body_[this->off_]); in get_char()
689 return (this->body_.length() >= this->off_ + len in match_c_string()
690 && this->body_.compare(this->off_, len, str) == 0); in match_c_string()
760 const std::string& body_; variable
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/go/gofrontend/
H A Dimport.h613 { return this->body_; } in body()
668 if (this->body_.length() <= this->off_) in peek_char()
670 return static_cast<unsigned char>(this->body_[this->off_]); in peek_char()
677 if (this->body_.length() <= this->off_) in get_char()
679 int c = static_cast<unsigned char>(this->body_[this->off_]); in get_char()
689 return (this->body_.length() >= this->off_ + len in match_c_string()
690 && this->body_.compare(this->off_, len, str) == 0); in match_c_string()
760 const std::string& body_; variable
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dparallel_scan.h58 final_sum( Body& body_ ) : in final_sum() argument
59 my_body(body_,split()) in final_sum()
214 …start_scan( sum_node_type*& return_slot_, const Range& range_, final_sum_type& body_, const Partit… in start_scan() argument
215 my_body(&body_), in start_scan()
227 static void run( const Range& range_, Body& body_, const Partitioner& partitioner_ ) { in run() argument
231 final_sum_type* temp_body = new(task::allocate_root()) final_sum_type( body_ ); in run()
237 temp_body->my_body.reverse_join(body_); in run()
242 root->my_stuff_last = &body_; in run()
245 body_.assign(temp_body->my_body); in run()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dparallel_scan.h59 final_sum( Body& body_ ) : in final_sum() argument
60 my_body(body_,split()) in final_sum()
215 …start_scan( sum_node_type*& return_slot_, const Range& range_, final_sum_type& body_, const Partit… in start_scan() argument
216 my_body(&body_), in start_scan()
228 static void run( const Range& range_, Body& body_, const Partitioner& partitioner_ ) { in run() argument
232 final_sum_type* temp_body = new(task::allocate_root()) final_sum_type( body_ ); in run()
238 temp_body->my_body.reverse_join(body_); in run()
243 root->my_stuff_last = &body_; in run()
246 body_.assign(temp_body->my_body); in run()
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dparallel_scan.h58 final_sum( Body& body_ ) : in final_sum() argument
59 my_body(body_,split()) in final_sum()
214 …start_scan( sum_node_type*& return_slot_, const Range& range_, final_sum_type& body_, const Partit… in start_scan() argument
215 my_body(&body_), in start_scan()
227 static void run( const Range& range_, Body& body_, const Partitioner& partitioner_ ) { in run() argument
231 final_sum_type* temp_body = new(task::allocate_root()) final_sum_type( body_ ); in run()
237 temp_body->my_body.reverse_join(body_); in run()
242 root->my_stuff_last = &body_; in run()
245 body_.assign(temp_body->my_body); in run()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dparallel_scan.h58 final_sum( Body& body_ ) : in final_sum() argument
59 my_body(body_,split()) in final_sum()
214 …start_scan( sum_node_type*& return_slot_, const Range& range_, final_sum_type& body_, const Partit… in start_scan() argument
215 my_body(&body_), in start_scan()
227 static void run( const Range& range_, Body& body_, const Partitioner& partitioner_ ) { in run() argument
231 final_sum_type* temp_body = new(task::allocate_root()) final_sum_type( body_ ); in run()
237 temp_body->my_body.reverse_join(body_); in run()
242 root->my_stuff_last = &body_; in run()
245 body_.assign(temp_body->my_body); in run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/ast/
H A Dfunction.h182 body_ = std::move(body); in set_body()
185 const BlockStatement* body() const { return body_.get(); } in body()
187 BlockStatement* body() { return body_.get(); } in body()
208 std::unique_ptr<BlockStatement> body_; variable
/dports/lang/gcc9/gcc-9.4.0/gcc/go/gofrontend/
H A Dexport.h312 { this->body_.append(1, c); } in write_char()
317 { this->body_.append(str); } in write_c_string()
322 { this->body_.append(str); } in write_string()
360 { return this->body_; } in body()
366 std::string body_; variable
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/go/gofrontend/
H A Dexport.h312 { this->body_.append(1, c); } in write_char()
317 { this->body_.append(str); } in write_c_string()
322 { this->body_.append(str); } in write_string()
360 { return this->body_; } in body()
366 std::string body_; variable
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/go/gofrontend/
H A Dexport.h312 { this->body_.append(1, c); } in write_char()
317 { this->body_.append(str); } in write_c_string()
322 { this->body_.append(str); } in write_string()
360 { return this->body_; } in body()
366 std::string body_; variable
/dports/misc/tvm/incubator-tvm-0.6.1/src/pass/
H A Dinline.cc36 : f_(f), args_(args), body_(body) {} in IRInline()
44 expr = body_; in Mutate_()
72 Expr body_; member in tvm::ir::IRInline
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/pass/
H A Dinline.cc36 : f_(f), args_(args), body_(body) {} in IRInline()
44 expr = body_; in Mutate_()
72 Expr body_; member in tvm::ir::IRInline
/dports/cad/iverilog/verilog-11.0/vhdlpp/
H A Dsubprogram.h96 inline SubprogramBody*body() const { return body_; } in body()
101 int elaborate() { return (body_ ? body_->elaborate() : 0); } in elaborate()
146 SubprogramBody*body_; variable

12345678910>>...32