Searched refs:SetKeyValue (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc43 map.SetKeyValue("key1", "value1");
50 map.SetKeyValue("key1", "value3");
68 dict.SetKeyValue("key1", "value1");
69 dict.SetKeyValue("key2", "value2");
70 dict.SetKeyValue("key3", "value3");
86 dict.SetKeyValue("key2", NULL);
94 map.SetKeyValue("one", "a");
95 map.SetKeyValue("two", "b");
96 map.SetKeyValue("three", "c");
105 map_copy.SetKeyValue("fou
[all...]
H A Dsimple_string_dictionary.h161 void SetKeyValue(const char* key, const char* value) { function in class:google_breakpad::NonAllocatingMap
/external/lzma/CPP/Windows/
H A DRegistry.h61 LONG SetKeyValue(LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) throw();
H A DRegistry.cpp180 LONG CKey::SetKeyValue(LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) throw() function in class:NWindows::NRegistry::CKey

Completed in 133 milliseconds