Home
last modified time | relevance | path

Searched defs:string_sp (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp302 auto string_sp = constructed_string.CreateStructuredString(); in TEST_F() local
385 auto string_sp = array_sp->GetItemAtIndex(1)->GetAsString(); in TEST_F() local
550 auto string_sp = dict_sp->GetValueForKey(string_key0)->GetAsString(); in TEST_F() local
/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp150 FDEvent(int fd, int err, const StringSP &string_sp, bool is_create, in FDEvent()
468 void save_backtrace(int fd, int err, const StringSP &string_sp, in save_backtrace()