Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.h92 static const int kMax10Exp; member
179 static const int kMax10Exp = SIGNED_MAX_10_EXP(Type); \
197 static const int kMax10Exp = UNSIGNED_MAX_10_EXP(Type); \
258 static const int kMax10Exp = PREFIX##_MAX_10_EXP; \
Dmathlimits.cc58 const int MathLimits<Type>::kMax10Exp;