Home
last modified time | relevance | path

Searched refs:Chttp2IncomingByteStream (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.h43 class Chttp2IncomingByteStream; variable
53 grpc_core::Chttp2IncomingByteStream* parsing_frame;
Dchttp2_transport.cc2021 grpc_core::Chttp2IncomingByteStream* bs = s->data_parser.parsing_frame; in remove_stream()
2804 Chttp2IncomingByteStream::Chttp2IncomingByteStream( in Chttp2IncomingByteStream() function in grpc_core::Chttp2IncomingByteStream
2816 void Chttp2IncomingByteStream::OrphanLocked(void* arg, in OrphanLocked()
2818 Chttp2IncomingByteStream* bs = static_cast<Chttp2IncomingByteStream*>(arg); in OrphanLocked()
2827 void Chttp2IncomingByteStream::Orphan() { in Orphan()
2831 &Chttp2IncomingByteStream::OrphanLocked, this, in Orphan()
2836 void Chttp2IncomingByteStream::Unref() { in Unref()
2842 void Chttp2IncomingByteStream::Ref() { gpr_ref(&refs_); } in Ref()
2844 void Chttp2IncomingByteStream::NextLocked(void* arg, in NextLocked()
2846 Chttp2IncomingByteStream* bs = static_cast<Chttp2IncomingByteStream*>(arg); in NextLocked()
[all …]
Dinternal.h208 class Chttp2IncomingByteStream : public ByteStream {
210 Chttp2IncomingByteStream(grpc_chttp2_transport* transport,
Dframe_data.cc200 p->parsing_frame = grpc_core::New<grpc_core::Chttp2IncomingByteStream>( in grpc_deframe_unprocessed_incoming_frames()