Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/nqe/
H A Dweighted_observation.h13 struct NET_EXPORT_PRIVATE WeightedObservation { struct
14 WeightedObservation(int32_t value, double weight) in WeightedObservation() function
17 WeightedObservation(const WeightedObservation& other) in WeightedObservation() function
20 WeightedObservation& operator=(const WeightedObservation& other) = default; argument
28 int32_t value;
32 double weight;