Searched refs:AsyncStreamingDecoder (Results 1 – 1 of 1) sorted by relevance
28 class V8_EXPORT_PRIVATE AsyncStreamingDecoder : public StreamingDecoder { class30 explicit AsyncStreamingDecoder(std::unique_ptr<StreamingProcessor> processor);31 AsyncStreamingDecoder(const AsyncStreamingDecoder&) = delete;32 AsyncStreamingDecoder& operator=(const AsyncStreamingDecoder&) = delete;123 virtual size_t ReadBytes(AsyncStreamingDecoder* streaming,128 AsyncStreamingDecoder* streaming) = 0;225 void AsyncStreamingDecoder::OnBytesReceived(Vector<const uint8_t> bytes) { in OnBytesReceived()250 size_t AsyncStreamingDecoder::DecodingState::ReadBytes( in ReadBytes()251 AsyncStreamingDecoder* streaming, Vector<const uint8_t> bytes) { in ReadBytes()260 void AsyncStreamingDecoder::Finish() { in Finish()[all …]