Home
last modified time | relevance | path

Searched refs:static_strings (Results 1 – 5 of 5) sorted by relevance

/external/python/pybind11/include/pybind11/detail/
Dinternals.h106 … std::forward_list<std::string> static_strings; // Stores the std::strings backing detail::c_str() member
326 auto &strings = get_internals().static_strings; in c_str()
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt305 static_strings # slight race
DTODO609 Objects/unicodeobject.c:static_strings static _Py_Identifier *static_stri…
Dknown.tsv1749 Objects/unicodeobject.c - static_strings variable static _Py_Identifier *static_strings
/external/python/cpython3/Objects/
Dunicodeobject.c293 static _Py_Identifier *static_strings = NULL; variable
2294 id->next = static_strings; in _PyUnicode_FromId()
2295 static_strings = id; in _PyUnicode_FromId()
2303 _Py_Identifier *tmp, *s = static_strings; in unicode_clear_static_strings()
2310 static_strings = NULL; in unicode_clear_static_strings()