Home
last modified time | relevance | path

Searched refs:kMin (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dmathlimits.h80 static const Type kMin; member
174 static const Type kMin = SIGNED_INT_MIN(Type); \
177 static const Type kNegMax = kMin; \
194 static const Type kMin = 0; \
253 static const Type kMin; \
Dmathlimits.cc64 const Type MathLimits<Type>::kMin; \
107 const Type MathLimits<Type>::kMin = -MathLimits<Type>::kPosMax; \