Home
last modified time | relevance | path

Searched refs:STRINGLIB_GET_EMPTY (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Objects/stringlib/
H A Dpartition.h7 #if !STRINGLIB_MUTABLE && !defined(STRINGLIB_GET_EMPTY)
8 # error "STRINGLIB_GET_EMPTY must be defined if STRINGLIB_MUTABLE is zero"
45 PyObject *empty = (PyObject*)STRINGLIB_GET_EMPTY(); in partition()
100 PyObject *empty = (PyObject*)STRINGLIB_GET_EMPTY(); in rpartition()
/third_party/python/Objects/
H A Dbytesobject.c1264 #define STRINGLIB_GET_EMPTY() bytes_get_empty() macro
1279 #undef STRINGLIB_GET_EMPTY macro
H A Dunicodeobject.c916 #define STRINGLIB_GET_EMPTY() unicode_get_empty() macro
966 #undef STRINGLIB_GET_EMPTY macro

Completed in 23 milliseconds