Searched refs:tt (Results 1 - 5 of 5) sorted by relevance
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ |
H A D | select.rs | 173 ( $count:expr, $($_n:tt)* ) 175 $( ( $index:expr, $($_i:tt)* ) $bind:pat = $fut:expr, if $c:expr => $handle:expr, )+ 276 ( { random = $bool:expr; $($t:tt)* } ) => { 280 ( { random = $bool:expr; $($t:tt)* } else => $else:expr $(,)?) => { 285 ( { random = $bool:expr; ( $s:expr, $($_n:tt)* ) $($t:tt)* } $p:pat = $f:expr, if $c:expr => $h:block, $($r:tt)* ) => { 290 ( { random = $bool:expr; ( $s:expr, $($_n:tt)* ) $($t:tt)* } $p:pat = $f:expr => $h:block, $($r:tt)* ) [all...] |
/commonlibrary/rust/ylong_json/src/value/ |
H A D | number.rs | 181 ($($u: tt),* $(,)?) => { in fmt() 193 ($($i: tt),* $(,)?) => { 205 ($($f: tt),* $(,)?) => {
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/parallel/collections/ |
H A D | mod.rs | 23 ($t: ty, $iter: ty, $f: ident, impl $($args: tt)*) => {
|
/commonlibrary/c_utils/base/src/ |
H A D | datetime_ex.cpp | 68 auto tt = system_clock::to_time_t(system_clock::now()); in GetSystemCurrentTime() local 70 timeResult = localtime_r(&tt, curTime); in GetSystemCurrentTime()
|
/commonlibrary/rust/ylong_json/src/ |
H A D | value.rs | 925 ($type: tt, $func: expr) => { 971 ($($type: tt),* $(,)?) => {
|
Completed in 4 milliseconds