Home
last modified time | relevance | path

Searched refs:pending_ (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Ddialog_test.cc29 : mode_(FILE_DIALOG_OPEN), last_selected_filter_(0), pending_(false) {} in DialogState()
34 bool pending_; member in client::dialog_test::__anon5cbb14130111::DialogState
51 DCHECK(dialog_state_->pending_); in OnFileDialogDismissed()
80 dialog_state_->pending_ = false; in OnFileDialogDismissed()
115 DCHECK(!dialog_state_->pending_); in OnQuery()
153 dialog_state_->pending_ = true; in OnQuery()
/third_party/gn/src/gn/
Dloader_unittest.cc86 pending_.push_back(std::make_pair(file_name, callback)); in AsyncLoadFile()
93 std::vector<std::pair<SourceFile, Callback>> pending_; member in __anon8ad1280b0111::MockInputFileManager
145 return pending_.size() == 1u && pending_[0].first == f; in HasOnePending()
150 if (pending_.size() != 2u) in HasTwoPending()
152 return pending_[0].first == f1 && pending_[1].first == f2; in HasTwoPending()
158 for (const auto& cur : pending_) { in IssueAllPending()
165 pending_.clear(); in IssueAllPending()
/third_party/grpc/src/core/lib/surface/
Dserver.cc206 while (!pending_.empty()) { in ZombifyPending()
207 CallData* calld = pending_.front(); in ZombifyPending()
210 pending_.pop(); in ZombifyPending()
242 if (!pending_.empty()) { in RequestCallWithPossiblePublish()
246 pending_call.calld = pending_.front(); in RequestCallWithPossiblePublish()
247 pending_.pop(); in RequestCallWithPossiblePublish()
300 pending_.push(calld); in MatchOrQueue()
313 std::queue<CallData*> pending_; member in grpc_core::Server::RealRequestMatcher
/third_party/boost/boost/beast/zlib/detail/
Ddeflate_stream.hpp261 uInt pending_; // nb of bytes in the pending buffer member in boost::beast::zlib::detail::deflate_stream
443 pending_buf_[pending_++] = c; in put_byte()
Ddeflate_stream.ipp339 if(ec == error::need_buffers && pending_ == 0)
386 if(pending_ != 0)
587 *value = pending_;
650 pending_ = 0;
1200 BOOST_ASSERT((uInt)(pending_) < lit_bufsize_ + 2*lx);
1302 std::memcpy(&pending_buf_[pending_], buf, len);
1303 pending_ += len;
1645 auto len = clamp(pending_, zs.avail_out);
1655 pending_ -= len;
1656 if(pending_ == 0)
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/
Ddeflate_stream.hpp261 uInt pending_; // nb of bytes in the pending buffer member in boost::beast::zlib::detail::deflate_stream
443 pending_buf_[pending_++] = c; in put_byte()
Ddeflate_stream.ipp339 if(ec == error::need_buffers && pending_ == 0)
386 if(pending_ != 0)
587 *value = pending_;
650 pending_ = 0;
1200 BOOST_ASSERT((uInt)(pending_) < lit_bufsize_ + 2*lx);
1302 std::memcpy(&pending_buf_[pending_], buf, len);
1303 pending_ += len;
1645 auto len = clamp(pending_, zs.avail_out);
1655 pending_ -= len;
1656 if(pending_ == 0)