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

  /external/lldb/include/lldb/Symbol/
Variable.h 87 GetScope() const
  /external/chromium_org/net/dns/
address_sorter_posix.cc 103 AddressSorterPosix::AddressScope GetScope(
264 info->scope = GetScope(ipv4_scope_table_, info->address);
390 info->scope = GetScope(ipv4_scope_table_, address);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h 197 virtual HRESULT WINAPI GetScope(ULONG uIndex,ULONG *puClassNameBufSize,LPWSTR pszClass,IWbemPathKeyList **pKeyList) = 0;
230 HRESULT (WINAPI *GetScope)(IWbemPath *This,ULONG uIndex,ULONG *puClassNameBufSize,LPWSTR pszClass,IWbemPathKeyList **pKeyList);
265 #define IWbemPath_GetScope(This,uIndex,puClassNameBufSize,pszClass,pKeyList) (This)->lpVtbl->GetScope(This,uIndex,puClassNameBufSize,pszClass,pKeyList)
    [all...]

Completed in 1779 milliseconds