Searched refs:PyInt_FromLong (Results 1 - 10 of 10) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc50 #define PyInt_FromLong PyLong_FromLong macro
511 PyObject* start = PyInt_FromLong(range->start);
512 PyObject* end = PyInt_FromLong(range->end);
698 return PyInt_FromLong(_GetDescriptor(self)->type());
702 return PyInt_FromLong(_GetDescriptor(self)->cpp_type());
706 return PyInt_FromLong(_GetDescriptor(self)->label());
710 return PyInt_FromLong(_GetDescriptor(self)->number());
714 return PyInt_FromLong(_GetDescriptor(self)->index());
735 result = PyInt_FromLong(value);
776 result = PyInt_FromLong(valu
[all...]
H A Dmessage.cc72 #define PyInt_FromLong PyLong_FromLong macro
117 ScopedPyObjectPtr number(PyInt_FromLong(field_descriptor->number()));
173 ScopedPyObjectPtr value_number(PyInt_FromLong(
943 return PyInt_FromLong(enum_value_descriptor->number());
1937 return PyInt_FromLong(input.CurrentPosition());
2238 result = PyInt_FromLong(value);
2287 result = PyInt_FromLong(unknown_field_set.field(i).varint());
2296 result = PyInt_FromLong(enum_value->number());
2839 kPythonZero = PyInt_FromLong(0);
2840 kint32min_py = PyInt_FromLong(kint32mi
[all...]
H A Dextension_dict.cc59 return PyInt_FromLong(PyDict_Size(self->values));
H A Dmap_container.cc50 #define PyInt_FromLong PyLong_FromLong macro
182 return PyInt_FromLong(key.GetInt32Value());
207 return PyInt_FromLong(value->GetInt32Value());
223 return PyInt_FromLong(value->GetEnumValue());
H A Ddescriptor_containers.cc63 #define PyInt_FromLong PyLong_FromLong macro
242 return PyInt_FromLong(value);
658 return PyInt_FromLong(position);
676 return PyInt_FromLong(0);
678 return PyInt_FromLong(1);
H A Drepeated_scalar_container.cc52 #define PyInt_FromLong PyLong_FromLong macro
212 result = PyInt_FromLong(value);
255 result = PyInt_FromLong(enum_value->number());
H A Drepeated_composite_container.cc54 #define PyInt_FromLong PyLong_FromLong macro
/external/libnl/python/netlink/genl/
H A Dcapi.i94 k = PyInt_FromLong((long)i);
/external/libxml2/python/
H A Dtypes.c19 #define PY_IMPORT_INT PyInt_FromLong
/external/libnl/python/netlink/
H A Dcapi.i872 k = PyInt_FromLong((long)i);

Completed in 680 milliseconds