Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dtype_check.c160 } else if (!(digits < SIZEOF_INT64 * 2 || in convert_numeric_string()
161 (digits == SIZEOF_INT64 * 2 && ptr[-digits] <= '7'))) { in convert_numeric_string()
Dprotobuf.h43 #define SIZEOF_INT64 8 macro