Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h163 bool GetValueAsString(const char *key, std::string &value) const;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp404 bool ApplePropertyList::GetValueAsString(const char *key, in GetValueAsString() function in ApplePropertyList