Home
last modified time | relevance | path

Searched defs:raw_str (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/
Dbytestring.h74 const uint8_t* raw_str() const { in raw_str() function
Dstring_view_template.h168 const UnsignedType* raw_str() const { return m_Span.data(); } in raw_str() function
/external/python/pybind11/include/pybind11/
Dpytypes.h890 PYBIND11_OBJECT_CVT(str, object, detail::PyUnicode_Check_Permissive, raw_str) in PYBIND11_OBJECT_CVT() argument
934 static PyObject *raw_str(PyObject *op) { in raw_str() function