Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/
Dfield_comparator.h163 struct Tolerance { struct
166 Tolerance() : fraction(0.0), margin(0.0) {} in Tolerance() argument
167 Tolerance(double f, double m) : fraction(f), margin(m) {} in Tolerance() function