Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/
Derror.rs40 fn from(kind: ErrorKind) -> Self { in from() method
46 fn from(err: InvalidUri) -> Self { in from() method
53 fn from(err: H2Error) -> Self { in from() method
59 fn from(_value: Infallible) -> 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/h2/hpack/representation/
Dencoder.rs239 fn from(index: Integer) -> Self { in from() method
268 fn from(inner: IndexAndValue) -> Self { in from() method
291 fn from(inner: NameAndValue) -> Self { in from() method
314 fn from(inner: IndexAndValue) -> Self { in from() method
337 fn from(inner: NameAndValue) -> Self { in from() method
360 fn from(inner: IndexAndValue) -> Self { in from() method
383 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/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
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Derror.rs147 fn from(e: ErrorStack) -> HandshakeError<S> { in from() method
/commonlibrary/memory_utils/libpurgeablemem/test/
Dpurgeable_cpp_test.cpp72 TestDataModifier(char from, char to) in TestDataModifier()
Dpurgeableashmem_test.cpp80 TestDataModifier(char from, char to) in TestDataModifier()
/commonlibrary/rust/ylong_http/ylong_http/src/request/
Duri.rs559 fn from(proto: Protocol) -> Self { in from() method
926 fn from(_: Infallible) -> Self { in from() method
/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dtext.rs128 from: T, field
Dchunk.rs75 from: T, field
/commonlibrary/ets_utils/js_api_module/buffer/src/
Djs_buffer.ts1964 function from(value: Buffer | Uint8Array | ArrayBuffer | SharedArrayBuffer | string | object | Arra… function