Searched refs:GetValueForKey (Results 1 - 9 of 9) sorted by relevance

/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp327 OptionValueSP value_sp = test_data->GetValueForKey (memory_key);
338 value_sp = mem_dict->GetValueForKey (address_key);
344 value_sp = mem_dict->GetValueForKey (data_key);
363 value_sp = test_data->GetValueForKey (registers_key);
378 value_sp = reg_dict->GetValueForKey (reg_name);
386 value_sp = reg_dict->GetValueForKey (cpsr_name);
397 value_sp = reg_dict->GetValueForKey (reg_name);
H A DEmulateInstructionARM.cpp13500 OptionValueSP value_sp = test_data->GetValueForKey (opcode_key);
13533 value_sp = test_data->GetValueForKey (before_key);
13547 value_sp = test_data->GetValueForKey (after_key);
/external/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h90 GetValueForKey (const ConstString &key) const;
H A DOptionValueProperties.h146 GetValueForKey (const ExecutionContext *exe_ctx,
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_refresh_token_fetcher_unittest.cc52 bool GetValueForKey(const std::string& encoded_string, function in namespace:__anon4737
167 EXPECT_TRUE(GetValueForKey(upload_data, "profile_id", &supervised_user_id));
170 EXPECT_TRUE(GetValueForKey(upload_data, "device_name", &device_name));
174 GetValueForKey(upload_data, "device_id", &device_id));
189 EXPECT_TRUE(GetValueForKey(url_fetcher->upload_data(), "code", &auth_code));
/external/lldb/include/lldb/Core/
H A DThreadSafeSTLMap.h71 GetValueForKey (const _Key& key, _Tp &value) const function in class:lldb_private::ThreadSafeSTLMap
/external/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp305 value_sp = GetValueForKey (key);
345 OptionValueDictionary::GetValueForKey (const ConstString &key) const function in class:OptionValueDictionary
H A DOptionValueProperties.cpp117 OptionValueProperties::GetValueForKey (const ExecutionContext *exe_ctx, function in class:OptionValueProperties
150 value_sp = GetValueForKey (exe_ctx, key, will_modify);
751 lldb::OptionValueSP option_value_sp(GetValueForKey(exe_ctx, name, false));
/external/lldb/source/Core/
H A DDisassembler.cpp893 OptionValueSP value_sp = data_dictionary->GetValueForKey (description_key);
904 value_sp = data_dictionary->GetValueForKey (triple_key);

Completed in 5681 milliseconds