Home
last modified time | relevance | path

Searched defs:status_ptr (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_custom_call_status.cc21 const void* status_ptr) { in __xla_cpu_runtime_StatusIsSuccess()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dlockfree_event.cc163 intptr_t status_ptr = internal::StatusAllocHeapPtr(shutdown_error); in SetShutdown() local
Dcall_combiner.cc233 intptr_t status_ptr = internal::StatusAllocHeapPtr(error); in Cancel() local
/external/grpc-grpc/src/core/lib/iomgr/
Dlockfree_event.cc163 intptr_t status_ptr = internal::StatusAllocHeapPtr(shutdown_error); in SetShutdown() local
Dcall_combiner.cc233 intptr_t status_ptr = internal::StatusAllocHeapPtr(error); in Cancel() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dlockfree_event.cc153 intptr_t status_ptr = grpc_core::internal::StatusAllocHeapPtr(shutdown_error); in SetShutdown() local
/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
Dlockfree_event.cc153 intptr_t status_ptr = grpc_core::internal::StatusAllocHeapPtr(shutdown_error); in SetShutdown() local
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/support/
Dcallback_common.h95 Status* status_ptr() { return &status_; } in status_ptr() function
/external/grpc-grpc/include/grpcpp/support/
Dcallback_common.h95 Status* status_ptr() { return &status_; } in status_ptr() function
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dcallback_common.h95 Status* status_ptr() { return &status_; } in status_ptr() function
/external/tensorflow/tensorflow/core/kernels/
Dsparse_to_dense_op_gpu.cu.cc172 auto status_ptr = valid_status_tensor.template flat<int>().data(); in operator ()() local