Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp307 auto string_sp = constructed_string.CreateStructuredString(); in TEST_F() local
390 auto string_sp = array_sp->GetItemAtIndex(1)->GetAsString(); in TEST_F() local
552 auto string_sp = dict_sp->GetValueForKey(string_key0)->GetAsString(); in TEST_F() local
/external/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
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()