CheckAndGetInteger   58 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     if (!CheckAndGetInteger(arg, &value, kint32min_py, kint32max_py)) { \
CheckAndGetInteger   64 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     if (!CheckAndGetInteger(arg, &value, kint64min_py, kint64max_py)) { \
CheckAndGetInteger   70 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     if (!CheckAndGetInteger(arg, &value, kPythonZero, kuint32max_py)) { \
CheckAndGetInteger   76 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     if (!CheckAndGetInteger(arg, &value, kPythonZero, kuint64max_py)) { \