Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.h98 static const Type kNegMin; member
189 static const Type kNegMin = -1; \
279 static const Type kNegMin; \
Dmathlimits.cc72 const Type MathLimits<Type>::kNegMin = -MathLimits<Type>::kPosMin; \