Lines Matching refs:OptionValueDictionary
1 //===-- OptionValueDictionary.cpp -----------------------------------------===//
9 #include "lldb/Interpreter/OptionValueDictionary.h"
21 void OptionValueDictionary::DumpValue(const ExecutionContext *exe_ctx,
91 OptionValueDictionary::ToJSON(const ExecutionContext *exe_ctx) {
99 size_t OptionValueDictionary::GetArgs(Args &args) const {
110 Status OptionValueDictionary::SetArgs(const Args &args,
228 Status OptionValueDictionary::SetValueFromString(llvm::StringRef value,
238 OptionValueDictionary::GetSubValue(const ExecutionContext *exe_ctx,
290 Status OptionValueDictionary::SetSubValue(const ExecutionContext *exe_ctx,
307 OptionValueDictionary::GetValueForKey(llvm::StringRef key) const {
315 bool OptionValueDictionary::SetValueForKey(llvm::StringRef key,
332 bool OptionValueDictionary::DeleteValueForKey(llvm::StringRef key) {
342 OptionValueDictionary::DeepCopy(const OptionValueSP &new_parent) const {
346 auto *dict_value_ptr = static_cast<OptionValueDictionary *>(copy_sp.get());