Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.cc49 #define DEF_SIGNED_INT_LIMITS(Type) macro
69 #define DEF_SIGNED_INT_LIMITS(Type) \
122 DEF_SIGNED_INT_LIMITS(int8)
123 DEF_SIGNED_INT_LIMITS(int16) // NOLINT(readability/casting)
124 DEF_SIGNED_INT_LIMITS(int32) // NOLINT(readability/casting)
125 DEF_SIGNED_INT_LIMITS(int64) // NOLINT(readability/casting)
131 DEF_SIGNED_INT_LIMITS(long int)
139 #undef DEF_SIGNED_INT_LIMITS