Searched defs:streaming (Results 1 – 2 of 2) sorted by relevance
46 size_t StreamingDecoder::DecodingState::ReadBytes(StreamingDecoder* streaming, in ReadBytes()252 StreamingDecoder* streaming, Vector<const uint8_t> bytes) { in ReadBytes()281 StreamingDecoder::DecodeVarInt32::Next(StreamingDecoder* streaming) { in Next()296 StreamingDecoder::DecodeModuleHeader::Next(StreamingDecoder* streaming) { in Next()306 StreamingDecoder::DecodeSectionID::Next(StreamingDecoder* streaming) { in Next()314 StreamingDecoder* streaming) { in NextWithValue()344 StreamingDecoder::DecodeSectionPayload::Next(StreamingDecoder* streaming) { in Next()355 StreamingDecoder* streaming) { in NextWithValue()382 StreamingDecoder* streaming) { in NextWithValue()407 StreamingDecoder::DecodeFunctionBody::Next(StreamingDecoder* streaming) { in Next()
81 TrickledCHTTP2(Service* service, bool streaming, size_t req_size, in TrickledCHTTP2()