Home
last modified time | relevance | path

Searched refs:PyString_FromStringAndSize (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c755 #define PyString_FromStringAndSize(x, y) PyBytes_FromStringAndSize(x, y) macro
3716 resultobj = PyString_FromStringAndSize( in _wrap_WebPDecodeRGB()
3769 resultobj = PyString_FromStringAndSize( in _wrap_WebPDecodeRGBA()
3822 resultobj = PyString_FromStringAndSize( in _wrap_WebPDecodeARGB()
3875 resultobj = PyString_FromStringAndSize( in _wrap_WebPDecodeBGR()
3928 resultobj = PyString_FromStringAndSize( in _wrap_WebPDecodeBGRA()
4059 resultobj = PyString_FromStringAndSize( in _wrap_wrap_WebPEncodeRGB()
4179 resultobj = PyString_FromStringAndSize( in _wrap_wrap_WebPEncodeBGR()
4299 resultobj = PyString_FromStringAndSize( in _wrap_wrap_WebPEncodeRGBA()
4419 resultobj = PyString_FromStringAndSize( in _wrap_wrap_WebPEncodeBGRA()
[all …]
Dlibwebp.swig71 $result = PyString_FromStringAndSize(
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c3679 resultobj = PyString_FromStringAndSize( in _wrap_WebPDecodeRGB()
3732 resultobj = PyString_FromStringAndSize( in _wrap_WebPDecodeRGBA()
3785 resultobj = PyString_FromStringAndSize( in _wrap_WebPDecodeARGB()
3838 resultobj = PyString_FromStringAndSize( in _wrap_WebPDecodeBGR()
3891 resultobj = PyString_FromStringAndSize( in _wrap_WebPDecodeBGRA()
4022 resultobj = PyString_FromStringAndSize( in _wrap_wrap_WebPEncodeRGB()
4142 resultobj = PyString_FromStringAndSize( in _wrap_wrap_WebPEncodeBGR()
4262 resultobj = PyString_FromStringAndSize( in _wrap_wrap_WebPEncodeRGBA()
4382 resultobj = PyString_FromStringAndSize( in _wrap_wrap_WebPEncodeBGRA()
4493 resultobj = PyString_FromStringAndSize( in _wrap_wrap_WebPEncodeLosslessRGB()
[all …]
Dlibwebp.swig68 $result = PyString_FromStringAndSize(
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc61 #define PyString_FromStringAndSize PyUnicode_FromStringAndSize macro
235 return PyString_FromStringAndSize(name.c_str(), name.size()); in _NewKey_ByIndex()
241 return PyString_FromStringAndSize(name.c_str(), name.size()); in _NewKey_ByIndex()
Ddescriptor_pool.cc47 #define PyString_FromStringAndSize PyUnicode_FromStringAndSize macro
Ddescriptor.cc50 #define PyString_FromStringAndSize PyUnicode_FromStringAndSize macro
79 return PyString_FromStringAndSize(str.c_str(), str.size()); in PyString_FromCppString()
Dmessage.cc85 #define PyString_FromStringAndSize PyUnicode_FromStringAndSize macro
2051 return PyString_FromStringAndSize(name.c_str(), name.size()); in WhichOneof()
2151 PyObject* error_string = PyString_FromStringAndSize( in FindInitializationErrors()
/third_party/libxml2/python/
Dtypes.c17 #define PY_IMPORT_STRING_SIZE PyString_FromStringAndSize
Dlibxml.c52 #define PY_IMPORT_STRING_SIZE PyString_FromStringAndSize
/third_party/python/Misc/
DHISTORY21020 uses either PyMem_Malloc(n) or PyString_FromStringAndSize(NULL, n),