Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/end2end/
Dend2end_tests.h218 grpc_call* parent_call_ = nullptr; variable
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc250 std::atomic<ParentCall*> parent_call_{nullptr}; member in grpc_core::Call
/external/grpc-grpc/src/core/lib/surface/
Dcall.cc253 std::atomic<ParentCall*> parent_call_{nullptr}; member in grpc_core::Call