Home
last modified time | relevance | path

Searched refs:PyInt_FromSize_t (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmap_container.cc50 #define PyInt_FromSize_t PyLong_FromSize_t macro
185 return PyInt_FromSize_t(key.GetUInt32Value()); in MapKeyToPython()
210 return PyInt_FromSize_t(value->GetUInt32Value()); in MapValueRefToPython()
Ddescriptor.cc51 #define PyInt_FromSize_t PyLong_FromSize_t macro
750 result = PyInt_FromSize_t(value); in GetDefaultValue()
Dmessage.cc73 #define PyInt_FromSize_t PyLong_FromSize_t macro
2245 result = PyInt_FromSize_t(value); in CheckAndGetInteger()