Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 28) sorted by relevance

12

/commonlibrary/rust/ylong_http/ylong_http/src/
Derror.rs42 fn from(kind: ErrorKind) -> Self { in from() method
48 fn from(err: InvalidUri) -> Self { in from() method
55 fn from(err: H2Error) -> Self { in from() method
62 fn from(err: H3Error) -> Self { in from() method
68 fn from(_value: Infallible) -> Self { in from() method
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Derror.rs130 fn from(value: u64) -> Self { in from() method
159 fn from(value: QpackError) -> Self { in from() method
165 fn from(value: QpackError) -> Self { in from() method
171 fn from(value: EncodeError) -> Self { in from() method
177 fn from(value: DecodeError) -> Self { in from() method
183 fn from(value: CommonError) -> Self { in from() method
189 fn from(_value: Infallible) -> Self { in from() method
Doctets.rs50 pub fn from(buf: &'a [u8]) -> Self { in from() method
148 pub fn from(bytes: &'a mut [u8]) -> WritableBytes<'a> { in from() method
/commonlibrary/rust/ylong_json/src/
Derror.rs155 fn from(e: ParseError) -> Self { in from() method
161 fn from(_: core::str::Utf8Error) -> Self { in from() method
167 fn from(e: std::io::Error) -> Self { in from() method
193 fn from(_: FromUtf8Error) -> Self { in from() method
199 fn from(_: IntoStringError) -> Self { in from() method
Dvalue.rs897 fn from(t: &str) -> Self { in from() method
919 fn from(t: JsonString) -> Self { in from() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/
Dtoken.rs26 fn from(val: Token) -> usize { in from() method
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Dencoder.rs289 fn from(capacity: Integer) -> Self { in from() method
310 fn from(index: Integer) -> Self { in from() method
330 fn from(index: Integer) -> Self { in from() method
358 fn from(index: Integer) -> Self { in from() method
378 fn from(inner: IndexAndValue) -> Self { in from() method
408 fn from(inner: IndexAndValue) -> Self { in from() method
453 fn from(inner: IndexAndValue) -> Self { in from() method
508 fn from(inner: NameAndValue) -> Self { in from() method
538 fn from(inner: NameAndValue) -> Self { in from() method
Ddecoder.rs857 fn from(e: QpackError) -> Self { in from() method
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Dencoder.rs244 fn from(index: Integer) -> Self { in from() method
273 fn from(inner: IndexAndValue) -> Self { in from() method
296 fn from(inner: NameAndValue) -> Self { in from() method
319 fn from(inner: IndexAndValue) -> Self { in from() method
342 fn from(inner: NameAndValue) -> Self { in from() method
365 fn from(inner: IndexAndValue) -> Self { in from() method
388 fn from(inner: NameAndValue) -> Self { in from() method
Ddecoder.rs563 fn from(e: H2Error) -> Self { in from() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Derror.rs104 fn from(kind: ErrorKind) -> Self { in from() method
189 fn from(e: ScheduleError) -> Self { in from() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
Dsys.rs114 fn from(value: PtyInner) -> Self { in from() method
190 fn from(value: PtsInner) -> Self { in from() method
Dpty.rs160 fn from(value: Pty) -> Self { in from() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/
Dmod.rs340 fn from(value: c_int) -> Self { in from() method
346 fn from(value: SignalKind) -> Self { in from() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
Dpipe.rs28 fn from(value: T) -> Self { in from() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dasync_dir.rs238 let from = from.as_ref().to_owned(); in rename() localVariable
274 let from = from.as_ref().to_owned(); in copy() localVariable
Dasync_file.rs423 fn from(file: SyncFile) -> Self { in from() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs815 fn from(value: std::io::Error) -> Self { in from() method
821 fn from(err: H2Error) -> Self { in from() method
1068 fn from(value: std::io::Error) -> Self { in from() method
1074 fn from(err: H3Error) -> Self { in from() method
1080 fn from(value: quiche::Error) -> Self { in from() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Derror.rs152 fn from(e: ErrorStack) -> HandshakeError<S> { in from() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
Dcommand.rs37 fn from(value: StdCommand) -> Self { in from() method
/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dtext.rs128 from: T, field
/commonlibrary/memory_utils/libpurgeablemem/test/
Dpurgeable_cpp_test.cpp79 TestDataModifier(char from, char to) in TestDataModifier()
Dpurgeableashmem_test.cpp86 TestDataModifier(char from, char to) in TestDataModifier()
/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
Dmod.rs608 fn from(proto: Protocol) -> Self { in from() method
1022 fn from(_: Infallible) -> Self { in from() method
/commonlibrary/ets_utils/js_api_module/fastbuffer/src/
Djs_fastbuffer.ts506 function from(value: FastBuffer | Uint8Array | ArrayBuffer | SharedArrayBuffer | string | object | … function

12