Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dmoving_window.h247 struct NullWindowImpl { struct
248 explicit NullWindowImpl(size_t) {} in NullWindowImpl() argument
250 void AddSample(const T& sample) {} in AddSample()
251 bool IsLastIdx() const { return false; } in IsLastIdx()
252 void Reset() {} in Reset()
253 T GetValue() const { return T(); } in GetValue()