Searched refs:ops (Results 1 - 25 of 38) sorted by relevance
12
/commonlibrary/c_utils/base/test/fuzztest/timer_fuzzer/ |
H A D | timer_fuzzer.cpp | 38 const std::vector<std::function<void(FuzzedDataProvider*, Utils::Timer&, vector<uint32_t>&)>> ops = { member 80 uint8_t op = dataProvider->ConsumeIntegral<uint8_t>() % ops.size(); in TimerTestFunc() 81 ops[op](dataProvider, timer, timerIds); in TimerTestFunc()
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
H A D | foreign.rs | 93 impl core::ops::Deref for $owned { 103 impl core::ops::DerefMut for $owned {
|
H A D | stack.rs | 17 use core::ops::{Deref, DerefMut, Range};
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/ |
H A D | interest.rs | 19 use std::ops; 64 impl ops::BitOr for Interest {
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
H A D | io_status_block.rs | 15 use std::ops::{Deref, DerefMut};
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | response.rs | 14 use core::ops::{Deref, DerefMut};
|
H A D | request.rs | 16 use core::ops::{Deref, DerefMut};
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
H A D | async_seek.rs | 16 use std::ops::DerefMut;
|
H A D | async_buf_read.rs | 15 use std::ops::DerefMut;
|
H A D | async_write.rs | 16 use std::ops::DerefMut;
|
H A D | async_read.rs | 14 use std::ops::DerefMut;
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/ |
H A D | sum.rs | 14 use core::ops::Add;
|
H A D | mod.rs | 15 use std::ops::Add;
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
H A D | ready.rs | 14 use core::ops; 124 impl ops::BitOr<Ready> for Ready { 133 impl ops::BitOrAssign<Ready> for Ready { 140 impl ops::BitAnd<Ready> for Ready { 149 impl ops::Sub<Ready> for Ready {
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/ |
H A D | slots.rs | 18 use std::{fmt, ops}; 243 impl<T> ops::Index<usize> for Slots<T> { 257 impl<T> ops::IndexMut<usize> for Slots<T> {
|
/commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
H A D | stream.rs | 14 use std::ops::{Deref, DerefMut};
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
H A D | wake_list.rs | 16 use std::ops::{Deref, DerefMut};
|
H A D | mutex.rs | 20 use std::ops::{Deref, DerefMut};
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
H A D | waker.rs | 17 use std::ops::Deref;
|
/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/ |
H A D | refbase_fuzzer.cpp | 358 vector<uint8_t> ops = dataProvider->ConsumeBytes<uint8_t>(opsSize); in RefbaseTestFunc() local 359 thread threadTmp = thread(TestLoop, ops); in RefbaseTestFunc()
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/quic/ |
H A D | mod.rs | 18 use std::ops::{Deref, DerefMut};
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/ |
H A D | mod.rs | 30 use std::ops::Deref;
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/ |
H A D | driver.rs | 16 use std::ops::Deref;
|
/commonlibrary/rust/ylong_runtime/ylong_signal/src/ |
H A D | spin_rwlock.rs | 31 use std::ops::Deref;
|
/commonlibrary/rust/ylong_http/ylong_http/src/body/ |
H A D | mod.rs | 441 use core::ops::{Deref, DerefMut};
|
Completed in 10 milliseconds
12