/aosp_15_r20/external/rust/android-crates-io/crates/http-body/src/ |
D | lib.rs | 67 ) -> Poll<Result<Option<HeaderMap>, Self::Error>>; in poll_trailers() 163 ) -> Poll<Result<Option<HeaderMap>, Self::Error>> { in poll_trailers() 194 ) -> Poll<Result<Option<HeaderMap>, Self::Error>> { in poll_trailers() 221 ) -> Poll<Result<Option<HeaderMap>, Self::Error>> { in poll_trailers() 251 ) -> Poll<Result<Option<HeaderMap>, Self::Error>> { in poll_trailers() 284 ) -> Poll<Result<Option<HeaderMap>, Self::Error>> { in poll_trailers() 319 ) -> Poll<Result<Option<HeaderMap>, Self::Error>> { in poll_trailers()
|
D | limited.rs | 67 ) -> Poll<Result<Option<HeaderMap>, Self::Error>> { in poll_trailers() 177 ) -> Poll<Result<Option<HeaderMap>, Self::Error>> { in poll_trailers() 278 ) -> Poll<Result<Option<HeaderMap>, Self::Error>> { in poll_trailers()
|
D | collect.rs | 88 pub fn trailers(&self) -> Option<&HeaderMap> { in trailers() 110 fn push_trailers(&mut self, trailers: HeaderMap) { in push_trailers()
|
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/header/ |
D | map.rs | 45 pub struct HeaderMap<T = HeaderValue> { struct 61 // for this divergence are that `HeaderMap` is a multimap and the structure has argument 426 impl HeaderMap { implementation 446 impl<T> HeaderMap<T> { impl 1736 impl<'a, T> IntoIterator for &'a HeaderMap<T> { implementation 1745 impl<'a, T> IntoIterator for &'a mut HeaderMap<T> { implementation 1754 impl<T> IntoIterator for HeaderMap<T> { implementation 1816 impl<T> FromIterator<(HeaderName, T)> for HeaderMap<T> { implementation 1842 impl<'a, K, V, T> TryFrom<&'a HashMap<K, V>> for HeaderMap<T> implementation 1863 impl<T> Extend<(Option<HeaderName>, T)> for HeaderMap<T> { implementation [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/ |
D | headers.rs | 248 pub fn into_parts(self) -> (Pseudo, HeaderMap) { in into_parts() argument 262 pub fn fields(&self) -> &HeaderMap { in fields() 266 pub fn into_fields(self) -> HeaderMap { in into_fields() 355 fields: HeaderMap, in new() 398 pub fn fields(&self) -> &HeaderMap { in fields() 403 pub fn into_fields(self) -> HeaderMap { in into_fields() 514 pub fn into_parts(self) -> (Pseudo, HeaderMap) { in into_parts() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum-core/src/response/ |
D | into_response_parts.rs | 108 pub fn headers(&self) -> &HeaderMap { in headers() 113 pub fn headers_mut(&mut self) -> &mut HeaderMap { in headers_mut() 128 impl IntoResponseParts for HeaderMap { implementation
|
D | into_response.rs | 324 ) -> Poll<Result<Option<HeaderMap>, Self::Error>> { in poll_trailers() 391 impl IntoResponse for HeaderMap { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/handshake/ |
D | headers.rs | 18 impl<'b: 'h, 'h> FromHttparse<&'b [httparse::Header<'h>]> for HeaderMap { implementation 31 impl TryParse for HeaderMap { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/ |
D | peer.rs | 21 fields: HeaderMap, in convert_poll_message() 63 fields: HeaderMap, in convert_poll_message()
|
/aosp_15_r20/external/rust/android-crates-io/crates/http-body/src/combinators/ |
D | box_body.rs | 55 ) -> Poll<Result<Option<http::HeaderMap>, Self::Error>> { in poll_trailers() 114 ) -> Poll<Result<Option<http::HeaderMap>, Self::Error>> { in poll_trailers()
|
D | map_data.rs | 75 ) -> Poll<Result<Option<http::HeaderMap>, Self::Error>> { in poll_trailers()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/codec/ |
D | compression.rs | 90 map: &http::HeaderMap, in from_accept_encoding_header() 111 map: &http::HeaderMap, in from_encoding_header()
|
D | encode.rs | 290 fn trailers(&mut self) -> Result<Option<HeaderMap>, Status> { in trailers() 343 ) -> Poll<Result<Option<HeaderMap>, Status>> { in poll_trailers()
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/ |
D | route.rs | 186 fn set_allow_header(headers: &mut HeaderMap, allow_header: &mut Option<Bytes>) { in set_allow_header() 198 fn set_content_length(size_hint: http_body::SizeHint, headers: &mut HeaderMap) { in set_content_length()
|
/aosp_15_r20/external/rust/android-crates-io/crates/http/tests/ |
D | header_map.rs | 572 fn remove_all_values<K>(headers: &mut HeaderMap, key: K) -> Vec<HeaderValue> in remove_all_values() 631 fn remove_values<K>(headers: &mut HeaderMap, key: K) -> Option<HeaderValue> in remove_values()
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h1/ |
D | role.rs | 1349 fn set_content_length(headers: &mut HeaderMap, len: u64) -> Encoder { in set_content_length() 1435 fn write_headers_title_case(headers: &HeaderMap, dst: &mut Vec<u8>) { in write_headers_title_case() 1444 fn write_headers(headers: &HeaderMap, dst: &mut Vec<u8>) { in write_headers() 1455 headers: &HeaderMap, in write_headers_original_case()
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/ |
D | share.rs | 417 pub async fn trailers(&mut self) -> Result<Option<HeaderMap>, crate::Error> { in trailers() 430 ) -> Poll<Result<Option<HeaderMap>, crate::Error>> { in poll_trailers()
|
/aosp_15_r20/external/clang/include/clang/Lex/ |
H A D | HeaderMap.h | 68 HeaderMap(std::unique_ptr<const llvm::MemoryBuffer> File, bool BSwap) in HeaderMap() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/ |
D | HeaderMap.h | 85 HeaderMap(std::unique_ptr<const llvm::MemoryBuffer> File, bool BSwap) in HeaderMap() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/ |
D | HeaderMap.h | 85 HeaderMap(std::unique_ptr<const llvm::MemoryBuffer> File, bool BSwap) in HeaderMap() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/ |
D | HeaderMap.h | 85 HeaderMap(std::unique_ptr<const llvm::MemoryBuffer> File, bool BSwap) in HeaderMap() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/ |
D | HeaderMap.h | 85 HeaderMap(std::unique_ptr<const llvm::MemoryBuffer> File, bool BSwap) in HeaderMap() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/extract/ |
D | mod.rs | 85 pub(super) fn has_content_type(headers: &HeaderMap, expected_content_type: &mime::Mime) -> bool { in has_content_type()
|
D | ws.rs | 446 fn header_eq(headers: &HeaderMap, key: HeaderName, value: &'static str) -> bool { in header_eq() 454 fn header_contains(headers: &HeaderMap, key: HeaderName, value: &'static str) -> bool { in header_contains()
|
/aosp_15_r20/external/rust/android-crates-io/crates/http-body/tests/ |
D | is_end_stream.rs | 24 ) -> Poll<Result<Option<HeaderMap>, Self::Error>> { in poll_trailers()
|