Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dtype_check.c38 static const char int64_min_digits[] = "9223372036854775808"; variable
189 int cmp = strcmp(&ptr[-digits], int64_min_digits); in convert_numeric_string()