HomeSort by relevance Sort by last modified time
    Searched defs:PyInt_FromLong (Results 1 - 9 of 9) sorted by null

  /external/protobuf/python/google/protobuf/pyext/
repeated_scalar_container.cc 52 #define PyInt_FromLong PyLong_FromLong
212 result = PyInt_FromLong(value);
255 result = PyInt_FromLong(enum_value->number());
repeated_composite_container.cc 54 #define PyInt_FromLong PyLong_FromLong
map_container.cc 50 #define PyInt_FromLong PyLong_FromLong
182 return PyInt_FromLong(key.GetInt32Value());
207 return PyInt_FromLong(value->GetInt32Value());
223 return PyInt_FromLong(value->GetEnumValue());
    [all...]
descriptor.cc 50 #define PyInt_FromLong PyLong_FromLong
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(value->number())
    [all...]
descriptor_containers.cc 63 #define PyInt_FromLong PyLong_FromLong
242 return PyInt_FromLong(value);
658 return PyInt_FromLong(position);
676 return PyInt_FromLong(0);
678 return PyInt_FromLong(1);
    [all...]
message.cc 72 #define PyInt_FromLong PyLong_FromLong
117 ScopedPyObjectPtr number(PyInt_FromLong(field_descriptor->number()));
173 ScopedPyObjectPtr value_number(PyInt_FromLong(
943 return PyInt_FromLong(enum_value_descriptor->number());
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
intobject.c 87 PyInt_FromLong(long ival)
119 return PyInt_FromLong((long)ival);
127 return PyInt_FromLong((long)ival);
403 return PyInt_FromLong(x);
481 return PyInt_FromLong(x);
494 return PyInt_FromLong(x);
543 return PyInt_FromLong(longprod);
558 return PyInt_FromLong(longprod);
631 return PyInt_FromLong(d);
652 return PyInt_FromLong(d);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
intobject.c 87 PyInt_FromLong(long ival)
119 return PyInt_FromLong((long)ival);
127 return PyInt_FromLong((long)ival);
389 return PyInt_FromLong(x);
467 return PyInt_FromLong(x);
480 return PyInt_FromLong(x);
529 return PyInt_FromLong(longprod);
544 return PyInt_FromLong(longprod);
617 return PyInt_FromLong(d);
638 return PyInt_FromLong(d);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 729 #define PyInt_FromLong(x) PyLong_FromLong(x)
901 #define PyInt_FromSize_t(x) PyInt_FromLong((long)x)
    [all...]

Completed in 231 milliseconds