Searched refs:Chttp2IncomingByteStream (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_data.h | 43 class Chttp2IncomingByteStream; variable 56 grpc_core::Chttp2IncomingByteStream* parsing_frame = nullptr;
|
D | chttp2_transport.cc | 1994 grpc_core::Chttp2IncomingByteStream* bs = s->data_parser.parsing_frame; in remove_stream() 2912 Chttp2IncomingByteStream::Chttp2IncomingByteStream( in Chttp2IncomingByteStream() function in grpc_core::Chttp2IncomingByteStream 2924 void Chttp2IncomingByteStream::OrphanLocked(void* arg, in OrphanLocked() 2926 Chttp2IncomingByteStream* bs = static_cast<Chttp2IncomingByteStream*>(arg); in OrphanLocked() 2935 void Chttp2IncomingByteStream::Orphan() { in Orphan() 2939 &Chttp2IncomingByteStream::OrphanLocked, this, nullptr), in Orphan() 2943 void Chttp2IncomingByteStream::NextLocked(void* arg, in NextLocked() 2945 Chttp2IncomingByteStream* bs = static_cast<Chttp2IncomingByteStream*>(arg); in NextLocked() 2988 bool Chttp2IncomingByteStream::Next(size_t max_size_hint, in Next() 2999 &Chttp2IncomingByteStream::NextLocked, this, nullptr), in Next() [all …]
|
D | internal.h | 211 class Chttp2IncomingByteStream : public ByteStream { 213 Chttp2IncomingByteStream(grpc_chttp2_transport* transport,
|
D | frame_data.cc | 193 p->parsing_frame = new grpc_core::Chttp2IncomingByteStream( in grpc_deframe_unprocessed_incoming_frames()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_data.h | 43 class Chttp2IncomingByteStream; variable 53 grpc_core::Chttp2IncomingByteStream* parsing_frame;
|
D | chttp2_transport.cc | 2021 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 …]
|
D | internal.h | 208 class Chttp2IncomingByteStream : public ByteStream { 210 Chttp2IncomingByteStream(grpc_chttp2_transport* transport,
|
D | frame_data.cc | 200 p->parsing_frame = grpc_core::New<grpc_core::Chttp2IncomingByteStream>( in grpc_deframe_unprocessed_incoming_frames()
|