Home | History | Annotate | Download | only in core

Lines Matching refs:flush_period_ms

132   static_assert(sizeof(flush_period_ms_) == sizeof(proto.flush_period_ms()),
135 static_cast<decltype(flush_period_ms_)>(proto.flush_period_ms());
247 static_assert(sizeof(flush_period_ms_) == sizeof(proto->flush_period_ms()),
250 static_cast<decltype(proto->flush_period_ms())>(flush_period_ms_));