Lines Matching refs:OptionValueDictionary
21 void OptionValueDictionary::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()
91 OptionValueDictionary::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON()
99 size_t OptionValueDictionary::GetArgs(Args &args) const { in GetArgs()
110 Status OptionValueDictionary::SetArgs(const Args &args, in SetArgs()
226 Status OptionValueDictionary::SetValueFromString(llvm::StringRef value, in SetValueFromString()
236 OptionValueDictionary::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue()
285 Status OptionValueDictionary::SetSubValue(const ExecutionContext *exe_ctx, in SetSubValue()
301 OptionValueDictionary::GetValueForKey(llvm::StringRef key) const { in GetValueForKey()
309 bool OptionValueDictionary::SetValueForKey(llvm::StringRef key, in SetValueForKey()
326 bool OptionValueDictionary::DeleteValueForKey(llvm::StringRef key) { in DeleteValueForKey()
336 OptionValueDictionary::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy()
340 auto *dict_value_ptr = static_cast<OptionValueDictionary *>(copy_sp.get()); in DeepCopy()