Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.h89 static const Type kPosMin; member
185 static const Type kPosMin = 1; \
205 static const Type kPosMin = 1; \
275 static const Type kPosMin; \
Dmathlimits.cc68 const Type MathLimits<Type>::kPosMin = PREFIX##_MIN; \
72 const Type MathLimits<Type>::kNegMin = -MathLimits<Type>::kPosMin; \