Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.h105 static const int kMax10Exp; member
192 static const int kMax10Exp = SIGNED_MAX_10_EXP(Type); \
210 static const int kMax10Exp = UNSIGNED_MAX_10_EXP(Type); \
282 static const int kMax10Exp = PREFIX##_MAX_10_EXP; \