Home
last modified time | relevance | path

Searched defs:IsCancelled (Results 1 – 23 of 23) sorted by relevance

/external/grpc-grpc/test/cpp/interop/
Dserver_helper.cc72 bool InteropServerContextInspector::IsCancelled() const { in IsCancelled() function in grpc::testing::InteropServerContextInspector
/external/tensorflow/tensorflow/core/framework/
Dcancellation.h67 bool IsCancelled() { return is_cancelled_.load(std::memory_order_acquire); } in IsCancelled() function
Dcancellation_test.cc102 TEST(Cancellation, IsCancelled) { in TEST() argument
/external/libchrome/base/
Dcallback_internal.h75 bool IsCancelled() const { in IsCancelled() function
Dcallback_internal.cc59 bool CallbackBase::IsCancelled() const { in IsCancelled() function in base::internal::CallbackBase
Dcancelable_callback.h81 bool IsCancelled() const { in IsCancelled() function
Dcallback_unittest.cc32 static bool IsCancelled(const internal::BindStateBase*) { in IsCancelled() function
/external/pigweed/pw_status/public/pw_status/
Dstatus_with_size.h130 [[nodiscard]] constexpr bool IsCancelled() const { in IsCancelled() function
Dstatus.h257 [[nodiscard]] constexpr bool IsCancelled() const { in IsCancelled() function
/external/grpc-grpc/src/cpp/server/
Dserver_context.cc182 bool ServerContext::IsCancelled() const { in IsCancelled() function in grpc::ServerContext
/external/icing/icing/absl_ports/
Dcanonical_errors.cc117 bool IsCancelled(const libtextclassifier3::Status& status) { in IsCancelled() function
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DFakeNativeCall.cs77 public bool IsCancelled property in Grpc.Core.Internal.Tests.FakeNativeCall
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_context.cc322 bool ServerContextBase::IsCancelled() const { in IsCancelled() function in grpc::ServerContextBase
/external/libusb/libusb/os/
Dhaiku_usb_backend.cpp59 USBTransfer::IsCancelled() in IsCancelled() function in USBTransfer
/external/tensorflow/tensorflow/core/common_runtime/
Dbase_collective_executor.cc48 bool IsCancelled(CancellationManager* cancel_mgr) { in IsCancelled() function
/external/libtextclassifier/abseil-cpp/absl/status/
Dstatus.cc388 bool IsCancelled(const Status& status) { in IsCancelled() function
/external/openscreen/third_party/abseil/src/absl/status/
Dstatus.cc385 bool IsCancelled(const Status& status) { in IsCancelled() function
/external/abseil-cpp/absl/status/
Dstatus.cc390 bool IsCancelled(const Status& status) { in IsCancelled() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/
Dstatus.cc388 bool IsCancelled(const Status& status) { in IsCancelled() function
/external/webrtc/third_party/abseil-cpp/absl/status/
Dstatus.cc390 bool IsCancelled(const Status& status) { in IsCancelled() function
/external/angle/third_party/abseil-cpp/absl/status/
Dstatus.cc387 bool IsCancelled(const Status& status) { in IsCancelled() function
/external/tensorflow/tensorflow/lite/
Dinterpreter.cc385 bool Interpreter::IsCancelled() { return primary_subgraph().IsCancelled(); } in IsCancelled() function in tflite::Interpreter
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc566 bool Subgraph::IsCancelled() { in IsCancelled() function in tflite::Subgraph