Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage.h283 if (!CheckAndGetInteger(arg, &value, kint32min_py, kint32max_py)) { \
289 if (!CheckAndGetInteger(arg, &value, kint64min_py, kint64max_py)) { \
295 if (!CheckAndGetInteger(arg, &value, kPythonZero, kuint32max_py)) { \
301 if (!CheckAndGetInteger(arg, &value, kPythonZero, kuint64max_py)) { \
336 bool CheckAndGetInteger(
Dmessage.cc549 bool CheckAndGetInteger( in CheckAndGetInteger() function
594 template bool CheckAndGetInteger<int32>( in CheckAndGetInteger()
596 template bool CheckAndGetInteger<int64>( in CheckAndGetInteger()
598 template bool CheckAndGetInteger<uint32>( in CheckAndGetInteger()
600 template bool CheckAndGetInteger<uint64>( in CheckAndGetInteger()