Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage.h232 if (!CheckAndGetInteger(arg, &value, kint32min_py, kint32max_py)) { \
238 if (!CheckAndGetInteger(arg, &value, kint64min_py, kint64max_py)) { \
244 if (!CheckAndGetInteger(arg, &value, kPythonZero, kuint32max_py)) { \
250 if (!CheckAndGetInteger(arg, &value, kPythonZero, kuint64max_py)) { \
285 bool CheckAndGetInteger(
Dmessage.cc221 bool CheckAndGetInteger( in CheckAndGetInteger() function
264 template bool CheckAndGetInteger<int32>( in CheckAndGetInteger()
266 template bool CheckAndGetInteger<int64>( in CheckAndGetInteger()
268 template bool CheckAndGetInteger<uint32>( in CheckAndGetInteger()
270 template bool CheckAndGetInteger<uint64>( in CheckAndGetInteger()