Home
last modified time | relevance | path

Searched defs:raw_str (Results 1 – 5 of 5) 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/tflite-support/tensorflow_lite_support/cc/utils/
Djni_utils.cc46 const char* raw_str = env->GetStringUTFChars(jstr, JNI_FALSE); in StringListToVector() local
/external/llvm-project/libcxx/utils/libcxx/
Dgraph.py91 def parseAttributes(self, raw_str): argument
/external/python/pybind11/include/pybind11/
Dpytypes.h937 PYBIND11_OBJECT_CVT(str, object, detail::PyUnicode_Check_Permissive, raw_str) in PYBIND11_OBJECT_CVT() argument
981 static PyObject *raw_str(PyObject *op) { in raw_str() function