Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.h74 static const bool kIsInteger; member
171 static const bool kIsInteger = true; \
191 static const bool kIsInteger = true; \
250 static const bool kIsInteger = false; \
Dmathlimits.cc56 const bool MathLimits<Type>::kIsInteger; \
Dmathutil.h147 if (MathLimits<T>::kIsInteger) { in WithinFractionOrMargin()