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

  /external/google-breakpad/src/common/
simple_string_dictionary_unittest.cc 43 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("four", "d")
    [all...]
simple_string_dictionary.h 161 void SetKeyValue(const char* key, const char* value) {
  /external/lzma/CPP/Windows/
Registry.h 61 LONG SetKeyValue(LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) throw();
Registry.cpp 182 LONG CKey::SetKeyValue(LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) throw()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
portabledevicetypes.h 157 virtual HRESULT STDMETHODCALLTYPE SetKeyValue(
354 HRESULT (STDMETHODCALLTYPE *SetKeyValue)(
492 #define IPortableDeviceValues_SetKeyValue(This,key,Value) (This)->lpVtbl->SetKeyValue(This,key,Value)
581 return This->lpVtbl->SetKeyValue(This,key,Value);
    [all...]

Completed in 215 milliseconds