Home
last modified time | relevance | path

Searched defs:header_map (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dstandard_header_map.cc10 static const StandardHttpHeaderNameSet* const header_map = in GetStandardHeaderSet() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/
H A Dprogram.hpp33 typedef std::vector<std::pair<std::string, std::string>> header_map; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/
Dstatus.rs519 let mut header_map = HeaderMap::with_capacity(3 + self.metadata.len()); in to_header_map() localVariable
1001 let header_map = status.to_header_map().unwrap(); in details() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/extract/
Dhost.rs171 fn header_map(values: &[(HeaderName, &str)]) -> HeaderMap { in header_map() function
/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_header_parser_unittest.cc1786 std::optional<base::flat_map<std::string, std::string>> header_map = in ParseHeader() local
1800 header_map) { in ProcessParsedHeader()
/aosp_15_r20/external/cronet/net/test/embedded_test_server/
H A Dhttp2_connection.cc371 HttpRequest::HeaderMap header_map = header_map_[stream_id]; in OnEndHeadersForStream() local