Home
last modified time | relevance | path

Searched defs:top_uid (Results 1 – 2 of 2) sorted by relevance

/base/request/request/services/src/manage/scheduler/state/
Dmod.rs51 let mut top_uid = 0; in init() localVariable
64 let top_uid = if top_uid == 0 { in init() localVariable
128 pub(crate) fn top_uid(&self) -> Option<u64> { in top_uid() method
Drecorder.rs20 pub(super) top_uid: Option<u64>, field