Searched refs:oldestEventNs (Results 1 – 1 of 1) sorted by relevance
55 int64_t oldestEventNs; in TEST() local56 bool success = queue.push(makeLogEvent(timeBaseNs + i * 1000), &oldestEventNs); in TEST()80 int64_t oldestEventNs; in TEST() local82 bool success = queue.push(makeLogEvent(timeBaseNs + i * 1000), &oldestEventNs); in TEST()92 EXPECT_TRUE(oldestEventNs <= (100 + 5 * 1000)); in TEST()