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

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

Completed in 74 milliseconds