Searched refs:SetValueForKey (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h117 SetValueForKey (const ConstString &key,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp172 SetValueForKey (ConstString(key), value_sp, true);
390 OptionValueDictionary::SetValueForKey (const ConstString &key, function in class:OptionValueDictionary
432 copied_dict->SetValueForKey (pos->first, pos->second->DeepCopy(), true);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DThreadSafeSTLMap.h151 SetValueForKey (const _Key& key, const _Tp &value) function in class:lldb_private::ThreadSafeSTLMap
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp837 option_value_sp->GetAsDictionary()->SetValueForKey (const_key, value_sp, false);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2771 env_dict->SetValueForKey(key, OptionValueSP(new OptionValueString(value)), can_replace);

Completed in 113 milliseconds