OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetValueHelper
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
win32regkey.h
299
HRESULT
GetValueHelper
(const wchar_t* value_name,
win32regkey.cc
483
HRESULT RegKey::
GetValueHelper
(const wchar_t* value_name,
646
HRESULT hr =
GetValueHelper
(value_name, &type, &buffer, &byte_count);
664
HRESULT hr =
GetValueHelper
(value_name, &type, value, byte_count);
678
return
GetValueHelper
(value_name, type, value, byte_count);
Completed in 528 milliseconds