Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.h87 static const bool kIsInteger; member
184 static const bool kIsInteger = true; \
204 static const bool kIsInteger = true; \
274 static const bool kIsInteger = false; \
Dmathutil.h126 if (MathLimits<T>::kIsInteger) { in WithinFractionOrMargin()