Home
last modified time | relevance | path

Searched defs:Parts (Results 1 – 25 of 103) sorted by relevance

12345

/external/rust/android-crates-io/extra_versions/crates/http/src/
Dresponse.rs188 pub struct Parts { struct
210 inner: Result<Parts>, argument
274 pub fn from_parts(parts: Parts, body: T) -> Response<T> { in from_parts()
454 pub fn into_parts(self) -> (Parts, T) { in into_parts()
503 impl Parts { impl
516 impl fmt::Debug for Parts { implementation
763 F: FnOnce(Parts) -> Result<Parts> in and_then()
Drequest.rs166 pub struct Parts { struct
191 inner: Result<Parts>, argument
459 pub fn from_parts(parts: Parts, body: T) -> Request<T> { in from_parts()
668 pub fn into_parts(self) -> (Parts, T) { in into_parts()
717 impl Parts { implementation
731 impl fmt::Debug for Parts { implementation
1057 F: FnOnce(Parts) -> Result<Parts> in and_then()
/external/rust/android-crates-io/crates/http/src/
Dresponse.rs188 pub struct Parts { struct
210 inner: Result<Parts>, argument
274 pub fn from_parts(parts: Parts, body: T) -> Response<T> { in from_parts()
454 pub fn into_parts(self) -> (Parts, T) { in into_parts()
503 impl Parts { impl
516 impl fmt::Debug for Parts { implementation
763 F: FnOnce(Parts) -> Result<Parts> in and_then()
Drequest.rs166 pub struct Parts { struct
191 inner: Result<Parts>, argument
459 pub fn from_parts(parts: Parts, body: T) -> Request<T> { in from_parts()
668 pub fn into_parts(self) -> (Parts, T) { in into_parts()
717 impl Parts { impl
731 impl fmt::Debug for Parts { implementation
1057 F: FnOnce(Parts) -> Result<Parts> in and_then()
/external/rust/android-crates-io/crates/axum-core/src/extract/
Drequest_parts.rs28 async fn from_request_parts(parts: &mut Parts, _: &S) -> Result<Self, Self::Rejection> { in from_request_parts()
40 async fn from_request_parts(parts: &mut Parts, _: &S) -> Result<Self, Self::Rejection> { in from_request_parts()
52 async fn from_request_parts(parts: &mut Parts, _: &S) -> Result<Self, Self::Rejection> { in from_request_parts()
69 async fn from_request_parts(parts: &mut Parts, _: &S) -> Result<Self, Self::Rejection> { in from_request_parts()
126 impl<S, B> FromRequest<S, B> for Parts implementation
Dmod.rs54 async fn from_request_parts(parts: &mut Parts, state: &S) -> Result<Self, Self::Rejection>; in from_request_parts()
150 parts: &mut Parts, in from_request_parts()
179 async fn from_request_parts(parts: &mut Parts, state: &S) -> Result<Self, Self::Rejection> { in from_request_parts()
Dtuple.rs14 async fn from_request_parts(_: &mut Parts, _: &S) -> Result<(), Self::Rejection> { in from_request_parts()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/
DPackedVersion.cpp28 SmallVector<StringRef, 3> Parts; in parse32() local
63 SmallVector<StringRef, 5> Parts; in parse64() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DPackedVersion.cpp29 SmallVector<StringRef, 3> Parts; in parse32() local
64 SmallVector<StringRef, 5> Parts; in parse64() local
/external/rust/android-crates-io/crates/axum-core/src/ext_traits/
Dmod.rs24 _parts: &mut Parts, in from_request_parts()
44 _parts: &mut Parts, in from_request_parts()
Drequest_parts.rs7 impl Sealed for http::request::Parts {} implementation
123 impl RequestPartsExt for Parts { implementation
193 async fn from_request_parts(parts: &mut Parts, state: &S) -> Result<Self, Self::Rejection> { in from_request_parts()
/external/rust/android-crates-io/crates/hyper/src/server/conn/
Dhttp1.rs56 pub struct Parts<T, S> { struct
58 pub io: T,
67 pub read_buf: Bytes,
69 pub service: S,
70 _inner: (),
/external/rust/android-crates-io/crates/http/src/uri/
Dmod.rs106 pub struct Parts { struct
126 pub struct InvalidUriParts(InvalidUri); argument
390 pub fn into_parts(self) -> Parts { in into_parts()
795 impl From<Uri> for Parts { implementation
/external/rust/android-crates-io/extra_versions/crates/http/src/uri/
Dmod.rs106 pub struct Parts { struct
126 pub struct InvalidUriParts(InvalidUri); argument
390 pub fn into_parts(self) -> Parts { in into_parts()
795 impl From<Uri> for Parts { implementation
/external/rust/android-crates-io/crates/axum/src/extract/
Drequest_parts.rs95 async fn from_request_parts(parts: &mut Parts, state: &S) -> Result<Self, Self::Rejection> { in from_request_parts()
239 async fn handler(parts: http::request::Parts) { in extract_request_parts()
Draw_query.rs37 async fn from_request_parts(parts: &mut Parts, _state: &S) -> Result<Self, Self::Rejection> { in from_request_parts()
Dstate.rs358 _parts: &mut Parts, in from_request_parts()
/external/rust/android-crates-io/crates/hyper/src/client/conn/
Dhttp1.rs33 pub struct Parts<T> { struct
35 pub io: T,
44 pub read_buf: Bytes,
45 _inner: (),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSymbolRemappingReader.cpp42 SmallVector<StringRef, 4> Parts; in read() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DSymbolRemappingReader.cpp43 SmallVector<StringRef, 4> Parts; in read() local
/external/rust/android-crates-io/crates/hyper/src/
Dupgrade.rs83 pub struct Parts<T> { struct
85 pub io: T,
94 pub read_buf: Bytes,
95 _inner: (),
/external/rust/android-crates-io/crates/hyper/src/server/
Dconn.rs231 pub struct Parts<T, S> { struct
233 pub io: T,
242 pub read_buf: Bytes,
244 pub service: S,
245 _inner: (),
/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/
DJwtFormat.java32 static class Parts { class in JwtFormat
39 Parts( in Parts() method in JwtFormat.Parts
/external/tink-java/src/main/java/com/google/crypto/tink/jwt/
DJwtFormat.java33 static class Parts { class in JwtFormat
40 Parts( in Parts() method in JwtFormat.Parts
/external/rust/android-crates-io/crates/axum/src/middleware/
Dfrom_extractor.rs329 parts: &mut Parts, in test_from_extractor()
381 _parts: &mut Parts, in works_with_request_body_limit()

12345