Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.h72 static const bool kIsSigned; member
170 static const bool kIsSigned = true; \
190 static const bool kIsSigned = false; \
249 static const bool kIsSigned = true; \
Dmathlimits.cc55 const bool MathLimits<Type>::kIsSigned; \