Searched refs:CheckAndGetInteger (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | message.h | 283 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(
|
D | message.cc | 549 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()
|