HomeSort by relevance Sort by last modified time
    Searched defs:QueryValue (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/Windows/
Registry.cpp 190 LONG CKey::QueryValue(LPCTSTR name, UInt32 &value)
201 LONG CKey::QueryValue(LPCTSTR name, bool &value)
204 LONG res = QueryValue(name, uintValue);
212 LONG res = QueryValue(name, newVal);
221 LONG res = QueryValue(name, newVal);
227 LONG CKey::QueryValue(LPCTSTR name, LPTSTR value, UInt32 &count)
236 LONG CKey::QueryValue(LPCTSTR name, CSysString &value)
244 res = QueryValue(name, value.GetBuffer(currentSize), currentSize);
250 LONG CKey::QueryValue(LPCWSTR name, LPWSTR value, UInt32 &count)
258 LONG CKey::QueryValue(LPCWSTR name, UString &value)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
syncstr.h 398 void (*QueryValue)(
473 void (* /*QueryValue*/ ) (
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
syncstr.h 398 void (*QueryValue)(
473 void (* /*QueryValue*/ ) (
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
syncstr.h 398 void (*QueryValue)(
473 void (* /*QueryValue*/ ) (

Completed in 481 milliseconds