Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dmoving_window.h428 struct NullDeviationImpl { struct
430 explicit NullDeviationImpl(size_t window_size) {} in NullDeviationImpl() function
432 void AddSample(const T&, const T&, bool) {} in AddSample()
433 void Reset() {} in Reset()