Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1409 std::string key_string; in operator *() local
1411 m_parent.m_process->ReadCStringFromMemory(key, key_string, err); in operator *()
1415 return element(ConstString(key_string.c_str()), in operator *()