Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.h78 template<typename T> struct MathLimits { struct
80 typedef T Type;
83 typedef T UnsignedType;
85 static const bool kIsSigned;
87 static const bool kIsInteger;
89 static const Type kPosMin;
91 static const Type kPosMax;
93 static const Type kMin;
95 static const Type kMax;
98 static const Type kNegMin;
[all …]