HomeSort by relevance Sort by last modified time
    Searched refs:ob_sstate (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
stringobject.h 28 Interning strings (ob_sstate) tries to ensure that only one string
38 int ob_sstate; member in struct:__anon63111
45 * ob_sstate != 0 iff the string object is in stringobject.c's
88 #define PyString_CHECK_INTERNED(op) (((PyStringObject *)(op))->ob_sstate)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
stringobject.h 28 Interning strings (ob_sstate) tries to ensure that only one string
38 int ob_sstate; member in struct:__anon63234
45 * ob_sstate != 0 iff the string object is in stringobject.c's
88 #define PyString_CHECK_INTERNED(op) (((PyStringObject *)(op))->ob_sstate)

Completed in 109 milliseconds