Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/transport/
Dcall_spine.h187 explicit ScopedContext(CallSpine* spine) in ScopedContext()
230 explicit CallInitiator(RefCountedPtr<CallSpineInterface> spine) in CallInitiator()
327 explicit CallHandler(RefCountedPtr<CallSpineInterface> spine) in CallHandler()
Dcall_spine.cc103 auto spine = CallSpine::Create(event_engine, arena); in MakeCall() local
/external/grpc-grpc/src/core/lib/channel/
Dconnected_channel.cc890 auto spine = GetContext<CallContext>()->MakeCallSpine(std::move(call_args)); in MakeClientTransportCallPromise() local