Home
last modified time | relevance | path

Searched refs:ops (Results 1 - 25 of 38) sorted by relevance

12

/commonlibrary/c_utils/base/test/fuzztest/timer_fuzzer/
H A Dtimer_fuzzer.cpp38 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 Dforeign.rs93 impl core::ops::Deref for $owned {
103 impl core::ops::DerefMut for $owned {
H A Dstack.rs17 use core::ops::{Deref, DerefMut, Range};
/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dinterest.rs19 use std::ops;
64 impl ops::BitOr for Interest {
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dio_status_block.rs15 use std::ops::{Deref, DerefMut};
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dresponse.rs14 use core::ops::{Deref, DerefMut};
H A Drequest.rs16 use core::ops::{Deref, DerefMut};
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dasync_seek.rs16 use std::ops::DerefMut;
H A Dasync_buf_read.rs15 use std::ops::DerefMut;
H A Dasync_write.rs16 use std::ops::DerefMut;
H A Dasync_read.rs14 use std::ops::DerefMut;
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
H A Dsum.rs14 use core::ops::Add;
H A Dmod.rs15 use std::ops::Add;
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dready.rs14 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 Dslots.rs18 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 Dstream.rs14 use std::ops::{Deref, DerefMut};
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dwake_list.rs16 use std::ops::{Deref, DerefMut};
H A Dmutex.rs20 use std::ops::{Deref, DerefMut};
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dwaker.rs17 use std::ops::Deref;
/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp358 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 Dmod.rs18 use std::ops::{Deref, DerefMut};
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
H A Dmod.rs30 use std::ops::Deref;
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Ddriver.rs16 use std::ops::Deref;
/commonlibrary/rust/ylong_runtime/ylong_signal/src/
H A Dspin_rwlock.rs31 use std::ops::Deref;
/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dmod.rs441 use core::ops::{Deref, DerefMut};

Completed in 10 milliseconds

12