Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.h76 static const Type kPosMin; member
172 static const Type kPosMin = 1; \
192 static const Type kPosMin = 1; \
251 static const Type kPosMin; \
Dmathlimits.cc62 const Type MathLimits<Type>::kPosMin; \
105 const Type MathLimits<Type>::kPosMin = PREFIX##_MIN; \
109 const Type MathLimits<Type>::kNegMin = -MathLimits<Type>::kPosMin; \