Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.h299 if (!CheckAndGetInteger(arg, &value, kPythonZero, kuint32max_py)) { \
331 extern PyObject* kuint32max_py;
Dmessage.cc522 PyObject* kuint32max_py; variable
2839 kuint32max_py = PyLong_FromLongLong(kuint32max); in CheckAndGetInteger()