Home
last modified time | relevance | path

Searched refs:GetValueHelper (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dwin32regkey.cc483 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()
Dwin32regkey.h299 HRESULT GetValueHelper(const wchar_t* value_name,