Home
last modified time | relevance | path

Searched defs:SetKeyValue (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm647 void Breakpad::SetKeyValue(NSString *key, NSString *value) { function
/external/google-breakpad/src/common/
Dlong_string_dictionary.cc56 void LongStringDictionary::SetKeyValue(const char* key, const char* value) { in SetKeyValue() function in google_breakpad::LongStringDictionary
Dsimple_string_dictionary.h163 size_t SetKeyValue(const char* key, const char* value) { in SetKeyValue() function
/external/google-breakpad/src/client/ios/
DBreakpad.mm421 void Breakpad::SetKeyValue(NSString *key, NSString *value) { function
/external/lzma/CPP/Windows/
DRegistry.cpp182 LONG CKey::SetKeyValue(LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) throw() in SetKeyValue() function in NWindows::NRegistry::CKey