Searched refs:first_time_ (Results 1 – 6 of 6) sorted by relevance
17 if (first_time_.IsFinite()) in AddEvent()19 first_time_ = std::min(first_time_, event_time); in AddEvent()25 first_time_ = std::min(first_time_, other.first_time_); in AddEvents()32 return first_time_ == last_time_; in IsEmpty()40 return (event_count_ - 1) / (last_time_ - first_time_).seconds<double>(); in Rate()44 if (first_time_.IsInfinite()) { in TotalDuration()47 return last_time_ - first_time_; in TotalDuration()
38 Timestamp first_time_ = Timestamp::PlusInfinity();
923 explicit OnlyInterestingFirstTime() : first_time_(true) {} in OnlyInterestingFirstTime()926 if (first_time_) { in Interesting()927 first_time_ = false; in Interesting()934 bool first_time_; member in spvtools::fuzz::__anon2b092e730111::OnlyInterestingFirstTime958 : first_time_(true), random_generator_(random_generator) {} in InterestingThenRandom()961 if (first_time_) { in Interesting()962 first_time_ = false; in Interesting()969 bool first_time_; member in spvtools::fuzz::__anon2b092e730111::InterestingThenRandom
923 explicit OnlyInterestingFirstTime() : first_time_(true) {} in OnlyInterestingFirstTime()926 if (first_time_) { in Interesting()927 first_time_ = false; in Interesting()934 bool first_time_; member in spvtools::fuzz::__anonf0d188ad0111::OnlyInterestingFirstTime958 : first_time_(true), random_generator_(random_generator) {} in InterestingThenRandom()961 if (first_time_) { in Interesting()962 first_time_ = false; in Interesting()969 bool first_time_; member in spvtools::fuzz::__anonf0d188ad0111::InterestingThenRandom
922 explicit OnlyInterestingFirstTime() : first_time_(true) {} in OnlyInterestingFirstTime()925 if (first_time_) { in Interesting()926 first_time_ = false; in Interesting()933 bool first_time_; member in spvtools::fuzz::__anon92b570800111::OnlyInterestingFirstTime957 : first_time_(true), random_generator_(random_generator) {} in InterestingThenRandom()960 if (first_time_) { in Interesting()961 first_time_ = false; in Interesting()968 bool first_time_; member in spvtools::fuzz::__anon92b570800111::InterestingThenRandom
122 int first_time_ = true; member in webrtc::__anon397f81ba0111::AudioCodingModuleImpl::ChangeLogger200 if (value != last_value_ || first_time_) { in MaybeLog()201 first_time_ = false; in MaybeLog()