Searched refs:CheckAndGetInteger (Results 1 – 2 of 2) sorted by relevance
| /third_party/protobuf/python/google/protobuf/pyext/ |
| D | message.h | 290 if (!CheckAndGetInteger(arg, &value)) { \ 296 if (!CheckAndGetInteger(arg, &value)) { \ 302 if (!CheckAndGetInteger(arg, &value)) { \ 308 if (!CheckAndGetInteger(arg, &value)) { \ 335 bool CheckAndGetInteger(PyObject* arg, T* value); 365 extern template bool CheckAndGetInteger<int32>(PyObject*, int32*); 366 extern template bool CheckAndGetInteger<int64>(PyObject*, int64*); 367 extern template bool CheckAndGetInteger<uint32>(PyObject*, uint32*); 368 extern template bool CheckAndGetInteger<uint64>(PyObject*, uint64*);
|
| D | message.cc | 615 bool CheckAndGetInteger(PyObject* arg, T* value) { in CheckAndGetInteger() function 695 template bool CheckAndGetInteger<int32>(PyObject*, int32*); 696 template bool CheckAndGetInteger<int64>(PyObject*, int64*); 697 template bool CheckAndGetInteger<uint32>(PyObject*, uint32*); 698 template bool CheckAndGetInteger<uint64>(PyObject*, uint64*);
|