Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dnghttp2_adapter.cc136 auto wrapped_source = std::make_unique<NotifyingMetadataSource>( in SubmitMetadata() local
138 const size_t num_frames = wrapped_source->NumFrames(max_frame_size); in SubmitMetadata()
144 stream_id, wrapped_source.get()); in SubmitMetadata()
156 it->second.push_back(std::move(wrapped_source)); in SubmitMetadata()