Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h74 bool DeleteValueForKey(ConstString key);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp202 if (!DeleteValueForKey(key)) { in SetArgs()
325 bool OptionValueDictionary::DeleteValueForKey(ConstString key) { in DeleteValueForKey() function in OptionValueDictionary