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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
stringobject.h 58 #define PyString_Check(op) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
stringobject.h 58 #define PyString_Check(op) \
  /external/python/cpython2/Include/
stringobject.h 58 #define PyString_Check(op) \
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 48 #define PyString_Check PyUnicode_Check
    [all...]
message.cc 74 #define PyString_Check PyUnicode_Check
926 if (PyString_Check(value) || PyUnicode_Check(value)) {
    [all...]

Completed in 640 milliseconds