HomeSort by relevance Sort by last modified time
    Searched defs:IsCancelled (Results 1 - 7 of 7) sorted by null

  /external/libchrome/base/
callback_internal.cc 67 bool CallbackBase<CopyMode::MoveOnly>::IsCancelled() const {
69 return bind_state_->IsCancelled();
cancelable_callback.h 85 bool IsCancelled() const {
callback_internal.h 72 bool IsCancelled() const {
111 bool IsCancelled() const;
bind_helpers.h 529 // set is_cancellable = true and implement an IsCancelled() that returns if the
547 static bool IsCancelled(const Functor&,
564 static bool IsCancelled(const Functor& functor, const BoundArgs&...) {
565 return functor.IsCancelled();
callback_unittest.cc 25 FakeBindState() : BindStateBase(&NopInvokeFunc, &Destroy, &IsCancelled) {}
32 static bool IsCancelled(const internal::BindStateBase*) {
  /external/tensorflow/tensorflow/core/framework/
cancellation.h 57 bool IsCancelled() { return is_cancelled_.load(std::memory_order_acquire); }
  /external/libusb/libusb/os/
haiku_usb_backend.cpp 59 USBTransfer::IsCancelled()

Completed in 201 milliseconds