Home
last modified time | relevance | path

Searched refs:STRINGLIB_GET_EMPTY (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Objects/stringlib/
Dpartition.h7 #if !STRINGLIB_MUTABLE && !defined(STRINGLIB_GET_EMPTY)
45 PyObject *empty = (PyObject*)STRINGLIB_GET_EMPTY(); in STRINGLIB()
100 PyObject *empty = (PyObject*)STRINGLIB_GET_EMPTY(); in STRINGLIB()
DREADME.txt14 STRINGLIB_GET_EMPTY()
/third_party/python/Objects/
Dbytesobject.c1275 #define STRINGLIB_GET_EMPTY() bytes_get_empty() macro
1289 #undef STRINGLIB_GET_EMPTY
Dunicodeobject.c935 #define STRINGLIB_GET_EMPTY() unicode_get_empty() macro
985 #undef STRINGLIB_GET_EMPTY