Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc52 #define PyString_InternFromString PyUnicode_InternFromString macro
639 return PyString_InternFromString( in GetSyntax()
1416 return PyString_InternFromString( in GetSyntax()
/third_party/boost/libs/python/src/object/
Dfunction.cpp656 return PyString_InternFromString("<unnamed Boost.Python function>"); in function_get_name()
/third_party/alsa-lib/modules/mixer/simple/
Dpython.c86 return PyString_InternFromString(name); in InternFromString()
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c759 #define PyString_InternFromString(key) PyUnicode_InternFromString(key) macro
1233 PyObject *s = PyString_InternFromString(key); in SwigPyBuiltin_AddPublicSymbol()
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c755 #define PyString_InternFromString(key) PyUnicode_InternFromString(key) macro
1228 PyObject *s = PyString_InternFromString(key); in SwigPyBuiltin_AddPublicSymbol()