Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc173 struct ChildCall { struct in grpc_core::Call
174 explicit ChildCall(Call* parent) : parent(parent) {} in ChildCall() function
175 Call* parent;
179 Call* sibling_next = nullptr;
180 Call* sibling_prev = nullptr;
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLChildCall.h35 ChildCall(Position pos, const Type* type, const Variable* child, ExpressionArray arguments) in ChildCall() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dcall.cc176 struct ChildCall { struct in grpc_core::Call
177 explicit ChildCall(Call* parent) : parent(parent) {} in ChildCall() function
178 Call* parent;
182 Call* sibling_next = nullptr;
183 Call* sibling_prev = nullptr;