Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1280 auto stringref = pystring.get().AsUTF8(); in Read() local
1281 if (!stringref) in Read()
1283 return Status::FromError(stringref.takeError()).Clone(); in Read()
1284 num_bytes = stringref.get().size(); in Read()
1285 memcpy(buf, stringref.get().begin(), num_bytes); in Read()