Home
last modified time | relevance | path

Searched defs:emptystring (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c104 static PyObject *emptystring = NULL; in PyCode_NewEmpty() local
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dsyscall_plan9.go83 var emptystring string var
/aosp_15_r20/external/python/cpython2/Objects/
Dcodeobject.c154 static PyObject *emptystring = NULL; in PyCode_NewEmpty() local
/aosp_15_r20/external/python/cpython3/Objects/
Dcodeobject.c686 #define emptystring (PyObject *)&_Py_SINGLETON(bytes_empty) in PyCode_NewEmpty() macro