OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyStringObject
(Results
1 - 8
of
8
) sorted by null
/prebuilts/gdb/darwin-x86/include/python2.7/
bytesobject.h
1
#define PyBytesObject
PyStringObject
stringobject.h
13
Type
PyStringObject
represents a character string. An extra zero byte is
49
}
PyStringObject
;
88
#define PyString_CHECK_INTERNED(op) (((
PyStringObject
*)(op))->ob_sstate)
91
#define PyString_AS_STRING(op) (((
PyStringObject
*)(op))->ob_sval)
94
/* _PyString_Join(sep, x) is like sep.join(x). sep must be
PyStringObject
*,
/prebuilts/gdb/linux-x86/include/python2.7/
bytesobject.h
1
#define PyBytesObject
PyStringObject
stringobject.h
13
Type
PyStringObject
represents a character string. An extra zero byte is
49
}
PyStringObject
;
88
#define PyString_CHECK_INTERNED(op) (((
PyStringObject
*)(op))->ob_sstate)
91
#define PyString_AS_STRING(op) (((
PyStringObject
*)(op))->ob_sval)
94
/* _PyString_Join(sep, x) is like sep.join(x). sep must be
PyStringObject
*,
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytesobject.h
1
#define PyBytesObject
PyStringObject
stringobject.h
13
Type
PyStringObject
represents a character string. An extra zero byte is
49
}
PyStringObject
;
88
#define PyString_CHECK_INTERNED(op) (((
PyStringObject
*)(op))->ob_sstate)
91
#define PyString_AS_STRING(op) (((
PyStringObject
*)(op))->ob_sval)
94
/* _PyString_Join(sep, x) is like sep.join(x). sep must be
PyStringObject
*,
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytesobject.h
1
#define PyBytesObject
PyStringObject
stringobject.h
13
Type
PyStringObject
represents a character string. An extra zero byte is
49
}
PyStringObject
;
88
#define PyString_CHECK_INTERNED(op) (((
PyStringObject
*)(op))->ob_sstate)
91
#define PyString_AS_STRING(op) (((
PyStringObject
*)(op))->ob_sval)
94
/* _PyString_Join(sep, x) is like sep.join(x). sep must be
PyStringObject
*,
Completed in 2906 milliseconds