Home
last modified time | relevance | path

Searched defs:from (Results 1 - 23 of 23) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dtoken.rs26 fn from(val: Token) -> usize { in from() functions
/commonlibrary/rust/ylong_http/ylong_http/src/
H A Derror.rs42 fn from(kind: ErrorKind) -> Self { in from() functions
48 fn from(err: InvalidUri) -> Self { in from() functions
55 fn from(err: H2Error) -> Self { in from() functions
62 fn from(err: H3Error) -> Self { in from() functions
68 fn from(_value: Infallible) -> Self { in from() functions
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Ddecoder.rs113 fn from(s: $state) -> Self { in from() functions
563 fn from(e: H2Error) -> Self { in from() functions
H A Dencoder.rs244 fn from(index: Integer) -> Self { in from() functions
273 fn from(inner: IndexAndValue) -> Self { in from() functions
296 fn from(inner: NameAndValue) -> Self { in from() functions
319 fn from(inne functions
342 fn from(inner: NameAndValue) -> Self { from() functions
365 fn from(inner: IndexAndValue) -> Self { from() functions
388 fn from(inner: NameAndValue) -> Self { from() functions
[all...]
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Derror.rs130 fn from(value: u64) -> Self { in from() functions
159 fn from(value: QpackError) -> Self { in from() functions
165 fn from(value: QpackError) -> Self { in from() functions
171 fn from(value: EncodeError) -> Self { in from() functions
177 fn from(value: DecodeError) -> Self { in from() functions
183 fn from(value: CommonError) -> Self { in from() functions
189 fn from(_value: Infallible) -> Self { in from() functions
H A Doctets.rs50 pub fn from(buf: &'a [u8]) -> Self { in from() functions
148 pub fn from(bytes: &'a mut [u8]) -> WritableBytes<'a> { in from() functions
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Ddecoder.rs137 fn from(s: $state) -> Self { in from() functions
857 fn from(e: QpackError) -> Self { in from() functions
H A Dencoder.rs289 fn from(capacity: Integer) -> Self { in from() functions
310 fn from(index: Integer) -> Self { in from() functions
330 fn from(index: Integer) -> Self { in from() functions
358 fn from(index: Integer) -> Self { in from() functions
378 fn from(inner: IndexAndValue) -> Self { in from() functions
408 fn from(inner: IndexAndValue) -> Self { in from() functions
453 fn from(inner: IndexAndValue) -> Self { in from() functions
508 fn from(inner: NameAndValue) -> Self { in from() functions
538 fn from(inner: NameAndValue) -> Self { in from() functions
651 fn from( functions
[all...]
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Derror.rs152 fn from(e: ErrorStack) -> HandshakeError<S> { in from() functions
[all...]
/commonlibrary/rust/ylong_json/src/
H A Derror.rs155 fn from(e: ParseError) -> Self { in fmt() functions
161 fn from(_: core::str::Utf8Error) -> Self { in from() functions
167 fn from(e: std::io::Error) -> Self { in from() functions
193 fn from(_: FromUtf8Error) -> Self { in from() functions
199 fn from(_: IntoStringError) -> Self { in from() functions
[all...]
H A Dvalue.rs897 fn from(t: &str) -> Self { from() functions
919 fn from(t: JsonString) -> Self { from() functions
935 fn from(t: $type) -> Self { from() functions
949 fn from(t: &$type) -> Self { from() functions
963 fn from(t: &mut $type) -> Self { from() functions
983 fn from(t: $type) -> Self { from() functions
[all...]
/commonlibrary/rust/ylong_json/src/value/
H A Dnumber.rs184 fn from(u: $u) -> Self { in fmt() functions
196 fn from(i: $i) -> Self { in from() functions
208 fn from(f: $f) -> Self { in from() functions
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
H A Derror.rs104 fn from(kind: ErrorKind) -> Self { in from() functions
189 fn from(e: ScheduleError) -> Self { in from() functions
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dsys.rs114 fn from(value: PtyInner) -> Self { in from() functions
190 fn from(value: PtsInner) -> Self { in from() functions
H A Dpty.rs160 fn from(value: Pty) -> Self { in from() functions
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
H A Dpipe.rs28 fn from(value: T) -> Self { in from() functions
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/
H A Dmod.rs340 fn from(value: c_int) -> Self { in from() functions
346 fn from(value: SignalKind) -> Self { in from() functions
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs644 fn from(value: std::io::Error) -> Self { in from() functions
650 fn from(err: H2Error) -> Self { in from() functions
875 fn from(value: std::io::Error) -> Self { in from() functions
881 fn from(err: H3Error) -> Self { in from() functions
887 fn from(value: quiche::Error) -> Self { in from() functions
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dcommand.rs37 fn from(value: StdCommand) -> Self { in from() functions
/commonlibrary/memory_utils/libpurgeablemem/test/
H A Dpurgeable_cpp_test.cpp79 TestDataModifier(char from, char to) in TestDataModifier() argument
H A Dpurgeableashmem_test.cpp86 TestDataModifier(char from, char to) in TestDataModifier() argument
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A Dasync_file.rs423 fn from(file: SyncFile) -> Self { in from() functions
/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dmod.rs608 fn from(proto: Protocol) -> Self { in from() functions
1022 fn from(_: Infallible) -> Self { in from() functions
[all...]

Completed in 16 milliseconds