OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ob_sstate
(Results
1 - 4
of
4
) 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:__anon80759
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:__anon80882
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/darwin-x86/2.7.5/lib/
libpython2.7.a
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
libpython2.7.a
[
all
...]
Completed in 226 milliseconds