HomeSort by relevance Sort by last modified time
    Searched refs:CheckAndGetInteger (Results 1 - 2 of 2) sorted by null

  /external/protobuf/python/google/protobuf/pyext/
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(
message.cc 549 bool CheckAndGetInteger(
594 template bool CheckAndGetInteger<int32>(
596 template bool CheckAndGetInteger<int64>(
598 template bool CheckAndGetInteger<uint32>(
600 template bool CheckAndGetInteger<uint64>(
    [all...]

Completed in 45 milliseconds