HomeSort by relevance Sort by last modified time
    Searched refs:GetValueForKey (Results 1 - 10 of 10) sorted by null

  /external/google-breakpad/src/common/
simple_string_dictionary_unittest.cc 72 EXPECT_NE(dict.GetValueForKey("key1"), "value1");
73 EXPECT_NE(dict.GetValueForKey("key2"), "value2");
74 EXPECT_NE(dict.GetValueForKey("key3"), "value3");
77 EXPECT_FALSE(dict.GetValueForKey("key4"));
83 EXPECT_FALSE(dict.GetValueForKey("key3"));
89 EXPECT_FALSE(dict.GetValueForKey("key2"));
103 EXPECT_STREQ("a", map_copy.GetValueForKey("one"));
104 EXPECT_STREQ("c", map_copy.GetValueForKey("three"));
106 EXPECT_STREQ("d", map_copy.GetValueForKey("four"));
107 EXPECT_FALSE(map.GetValueForKey("four"))
    [all...]
simple_string_dictionary.h 145 const char* GetValueForKey(const char* key) const {
  /external/lldb/source/Plugins/Instruction/ARM/
EmulationStateARM.cpp 327 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);
EmulateInstructionARM.cpp     [all...]
  /external/lldb/include/lldb/Interpreter/
OptionValueDictionary.h 90 GetValueForKey (const ConstString &key) const;
OptionValueProperties.h 146 GetValueForKey (const ExecutionContext *exe_ctx,
  /external/lldb/include/lldb/Core/
ThreadSafeSTLMap.h 71 GetValueForKey (const _Key& key, _Tp &value) const
  /external/lldb/source/Interpreter/
OptionValueDictionary.cpp 305 value_sp = GetValueForKey (key);
345 OptionValueDictionary::GetValueForKey (const ConstString &key) const
OptionValueProperties.cpp 117 OptionValueProperties::GetValueForKey (const ExecutionContext *exe_ctx,
150 value_sp = GetValueForKey (exe_ctx, key, will_modify);
751 lldb::OptionValueSP option_value_sp(GetValueForKey(exe_ctx, name, false));
  /external/lldb/source/Core/
Disassembler.cpp 893 OptionValueSP value_sp = data_dictionary->GetValueForKey (description_key);
904 value_sp = data_dictionary->GetValueForKey (triple_key);
    [all...]

Completed in 353 milliseconds