/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
H A D | winapi.rs | 196 #[derive(Copy)] 205 #[derive(Copy)] 212 #[derive(Copy)] 219 #[derive(Copy)] 228 #[derive(Copy)] 236 #[derive(Copy)] 247 #[derive(Copy)] 254 #[derive(Copy)] 261 #[derive(Copy)] 268 #[derive(Copy)] [all...] |
/commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
H A D | error.rs | 33 #[derive(Debug, Eq, PartialEq, Copy, Clone)] 49 #[derive(Debug, Eq, PartialEq, Copy, Clone)]
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/ |
H A D | token.rs | 15 #[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
H A D | interest.rs | 17 #[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord)]
|
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | mod.rs | 29 #[derive(Copy, Clone, PartialEq, Eq)] 32 #[derive(Copy, Clone, PartialEq, Eq)] 35 #[derive(Copy, Clone, PartialEq, Eq)]
|
H A D | table.rs | 38 #[derive(Eq, PartialEq, Copy, Clone)] 295 #[derive(PartialEq, Copy, Clone)]
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/tls/alpn/ |
H A D | mod.rs | 20 #[derive(Clone, Copy, Debug, Eq, PartialEq)] 23 #[derive(Clone, Copy, Debug, Eq, PartialEq)]
|
/commonlibrary/rust/ylong_runtime/ylong_ffrt/src/ |
H A D | lib.rs | 27 #[derive(Clone, Copy, PartialEq, Eq, Debug, Hash)]
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/ |
H A D | for_each.rs | 20 F: Fn(P::Item) + Copy + Sync + Send,
|
H A D | filter.rs | 28 F: Fn(&P::Item) -> bool + Copy + Send,
|
H A D | map.rs | 34 F: Fn(P::Item) -> B + Copy + Send,
|
H A D | mod.rs | 89 F: Fn(Self::Item) + Send + Copy + Sync + 'a, in for_each()
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/windows/ |
H A D | mod.rs | 27 #[derive(Debug, Clone, Copy, Hash, PartialEq, Eq)]
|
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/ |
H A D | mod.rs | 266 #[derive(Copy, Clone, PartialEq, Eq)]
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
H A D | wake_list.rs | 166 #[derive(Clone, Copy, Eq, PartialEq)]
|
/commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
H A D | error.rs | 83 #[derive(Debug, Eq, PartialEq, Copy, Clone)]
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
H A D | mod.rs | 44 #[derive(Clone, Copy, PartialEq, Eq, Debug)]
|
/commonlibrary/ets_utils/js_api_module/buffer/ |
H A D | js_buffer.h | 62 uint32_t Copy(Buffer *tBuf, uint32_t tStart, uint32_t sStart, uint32_t sEnd);
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
H A D | x509.rs | 167 #[derive(Copy, Clone, PartialEq, Eq)]
|
H A D | error.rs | 275 #[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/ |
H A D | streams.rs | 82 #[derive(Copy, Clone, Debug)] 102 #[derive(Copy, Clone, Debug)] 111 #[derive(Copy, Clone, Debug)]
|
H A D | output.rs | 33 #[derive(Copy, Clone)]
|
/commonlibrary/ets_utils/js_api_module/buffer/test/ |
H A D | test_napi.cpp | 123 uint32_t res = buf->Copy(nullptr, 0, 0, 0); in HWTEST_F() 703 buf->Copy(buffer, tOffset, sOffset, sEnd); in HWTEST_F() 720 ASSERT_EQ(buf->Copy(buf, 0, 2, 2), 0); in HWTEST_F() 724 * @tc.desc: Buffer Copy. 733 uint32_t res = buf->Copy(buf, 0, 4, 10); in HWTEST_F() 735 res = buf->Copy(buf, 0, 0, 0); in HWTEST_F() 739 res = buf1->Copy(buf1, 0, 4, 10); in HWTEST_F()
|
/commonlibrary/rust/ylong_http/ylong_http/src/response/ |
H A D | status.rs | 39 #[derive(Debug, Copy, Clone, PartialEq, Eq)]
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/ |
H A D | error.rs | 214 #[derive(Debug, Clone, Copy, PartialEq, Eq)]
|