Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dmathlimits.h65 template<typename T> struct MathLimits { struct
67 typedef T Type;
70 typedef T UnsignedType;
72 static const bool kIsSigned;
74 static const bool kIsInteger;
76 static const Type kPosMin;
78 static const Type kPosMax;
80 static const Type kMin;
82 static const Type kMax;
85 static const Type kNegMin;
[all …]