Home
last modified time | relevance | path

Searched defs:wrapped_closure (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dclosure.h174 struct wrapped_closure { struct
180 wrapped_closure* wc = static_cast<wrapped_closure*>(arg); argument
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dclosure.h174 struct wrapped_closure { struct
180 wrapped_closure* wc = static_cast<wrapped_closure*>(arg); argument
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py416 def wrapped_closure(): function