Searched refs:GetValueHelper (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/base/ |
D | win32regkey.cc | 483 HRESULT RegKey::GetValueHelper(const wchar_t* value_name, in GetValueHelper() function in rtc::RegKey 646 HRESULT hr = GetValueHelper(value_name, &type, &buffer, &byte_count); in GetValue() 664 HRESULT hr = GetValueHelper(value_name, &type, value, byte_count); in GetValue() 678 return GetValueHelper(value_name, type, value, byte_count); in GetValue()
|
D | win32regkey.h | 299 HRESULT GetValueHelper(const wchar_t* value_name,
|