Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLChildCall.h35 ChildCall(Position pos, const Type* type, const Variable* child, ExpressionArray arguments) in ChildCall() function
/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() argument
175 Call* parent;
179 Call* sibling_next = nullptr;
180 Call* sibling_prev = nullptr;
/external/grpc-grpc/src/core/lib/surface/
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;