Searched defs:then (Results 1 – 7 of 7) sorted by relevance
222 time_t then = 123456789; in TEST() local
101 def then(self, *match_fns, at_least_times=1, timeout=DEFAULT_TIMEOUT): member in EventStreamContinuationSubject
110 def then(self, times=1): member in PersistenceStage
334 auto then = std::chrono::system_clock::now() + in promptUserConfirmation_() local
459 int64_t then = key->timestamp + timeout; in SetNextKeyCheck() local
1003 time_t then = record.timestamp / 1000; in DumpsysBtm() local
3284 let then = now.checked_sub(duration).unwrap(); in datetime() localVariable