Home
last modified time | relevance | path

Searched defs:streaming (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dstreaming-decoder.cc46 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()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_fullstack_trickle.cc81 TrickledCHTTP2(Service* service, bool streaming, size_t req_size, in TrickledCHTTP2()