HomeSort by relevance Sort by last modified time
    Searched refs:__uuidof (Results 1 - 25 of 53) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comdefsp.h 22 _COM_SMARTPTR_TYPEDEF(AsyncIAdviseSink,__uuidof(AsyncIAdviseSink));
25 _COM_SMARTPTR_TYPEDEF(AsyncIAdviseSink2,__uuidof(AsyncIAdviseSink2));
28 _COM_SMARTPTR_TYPEDEF(AsyncIMultiQI,__uuidof(AsyncIMultiQI));
31 _COM_SMARTPTR_TYPEDEF(AsyncIPipeByte,__uuidof(AsyncIPipeByte));
34 _COM_SMARTPTR_TYPEDEF(AsyncIPipeDouble,__uuidof(AsyncIPipeDouble));
37 _COM_SMARTPTR_TYPEDEF(AsyncIPipeLong,__uuidof(AsyncIPipeLong));
40 _COM_SMARTPTR_TYPEDEF(AsyncIUnknown,__uuidof(AsyncIUnknown));
43 _COM_SMARTPTR_TYPEDEF(FolderItem,__uuidof(FolderItem));
46 _COM_SMARTPTR_TYPEDEF(FolderItemVerb,__uuidof(FolderItemVerb));
49 _COM_SMARTPTR_TYPEDEF(FolderItemVerbs,__uuidof(FolderItemVerbs))
    [all...]
sphelper.h 32 hres = ::CoCreateInstance(CLSID_SpObjectTokenCategory, NULL, CLSCTX_ALL, __uuidof(ISpObjectTokenCategory),
comdef.h 191 /* With our __uuidof, its result can't be passed directly as a template argument. We have _com_IIID_getter to work around that. */
207 _COM_SMARTPTR_TYPEDEF(Font,__uuidof(IDispatch));
214 _COM_SMARTPTR_TYPEDEF(FontEvents,__uuidof(IDispatch));
220 _COM_SMARTPTR_TYPEDEF(Picture,__uuidof(IDispatch));
  /external/clang/test/PCH/
uuidof.cpp 7 const _GUID &x = __uuidof(0);
  /external/clang/test/CodeGenCXX/
microsoft-uuidof.cpp 27 GUID thing = __uuidof(Curly);
34 GUID g = __uuidof(S1);
37 // First global use of __uuidof(S1) forces the creation of the global.
41 const GUID& gr = __uuidof(S1);
44 const GUID* gp = &__uuidof(S1);
47 const GUID* cp = &__uuidof(Curly);
51 const GUID& zeroiid = __uuidof(0);
53 // __uuidof(S2) hasn't been used globally yet, so it's emitted when it's used
78 GUID s1_1 = __uuidof(S1);
84 GUID s1_2 = __uuidof(S1)
    [all...]
debug-info-uuid.cpp 4 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "tmpl_guid<&__uuidof(uuid)>"
18 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "tmpl_guid2<__uuidof(uuid)>"
27 // CHECK-ITANIUM: !DICompositeType(tag: DW_TAG_structure_type, name: "tmpl_guid<&__uuidof(uuid)>"
29 // CHECK-ITANIUM: !DICompositeType(tag: DW_TAG_structure_type, name: "tmpl_guid2<__uuidof(uuid)>"
38 tmpl_guid<&__uuidof(uuid)> tgi;
42 tmpl_guid2<__uuidof(uuid)> tgi2;
microsoft-templ-uuidof.cpp 18 const _GUID &xa = __uuidof(X<A>);
21 const _GUID &xb = __uuidof(X<B>);
23 const _GUID &xc = __uuidof(X<C>);
33 const _GUID &xd = __uuidof(X<C>);
36 const _GUID &yd = __uuidof(Y<X<C> >);
microsoft-uuidof-mangling.cpp 13 template < typename T, const GUID & T_iid = __uuidof(T)>
25 template <class T> void test_uuidofType(void *arg[sizeof(__uuidof(T))] = 0) {}
27 template <class T> void test_uuidofExpr(void *arg[sizeof(__uuidof(T::member))] = 0) {}
mangle-ms-templates.cpp 256 template <typename T, const _GUID *G = &__uuidof(T)>
259 template <typename T, const _GUID &G = __uuidof(T)>
286 template struct UUIDType4<&__uuidof(uuid)>;
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 36 __uuidof(0); // expected-error {{you need to include <guiddef.h> before using the '__uuidof' operator}}
70 __uuidof(struct_with_uuid);
71 __uuidof(struct_with_uuid2);
72 __uuidof(struct_without_uuid); // expected-error {{cannot call operator __uuidof on a type with no GUID}}
73 __uuidof(struct_with_uuid*);
74 __uuidof(struct_without_uuid*); // expected-error {{cannot call operator __uuidof on a type with no GUID}}
75 __uuidof(struct_with_uuid[1])
    [all...]
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSDEventManager.h 94 CONNECTION_POINT_ENTRY(__uuidof(_IDNSSDEvents))
132 OBJECT_ENTRY_AUTO(__uuidof(DNSSDEventManager), CDNSSDEventManager)
DNSSDRecord.h 184 OBJECT_ENTRY_AUTO(__uuidof(DNSSDRecord), CDNSSDRecord)
TXTRecord.h 202 OBJECT_ENTRY_AUTO(__uuidof(TXTRecord), CTXTRecord)
  /external/google-breakpad/src/common/windows/
dia_util.h 57 return FindTable(__uuidof(InterfaceType),
  /external/icu/icu4c/source/test/perf/convperf/
convperf.h 179 __uuidof(CMultiLanguage),
182 __uuidof(IMultiLanguage2),
234 __uuidof(CMultiLanguage),
237 __uuidof(IMultiLanguage2),
290 __uuidof(CMultiLanguage),
293 __uuidof(IMultiLanguage2),
346 __uuidof(CMultiLanguage),
349 __uuidof(IMultiLanguage2),
402 __uuidof(CMultiLanguage),
405 __uuidof(IMultiLanguage2)
    [all...]
  /external/clang/test/SemaCXX/
borland-extensions.cpp 42 // 4. test __uuidof()
58 const GUID guid_inl = __uuidof(Foo);
  /external/webrtc/webrtc/base/
winfirewall.cc 46 HRESULT hr = CoCreateInstance(__uuidof(NetFwMgr),
48 __uuidof(INetFwMgr),
132 hr = CoCreateInstance(__uuidof(NetFwAuthorizedApplication),
134 __uuidof(INetFwAuthorizedApplication),
  /external/mdnsresponder/mDNSWindows/SystemService/
Firewall.cpp 52 err = CoCreateInstance( __uuidof(NetFwMgr), NULL, CLSCTX_INPROC_SERVER, __uuidof(INetFwMgr), (void**)&fwMgr );
223 err = CoCreateInstance( __uuidof(NetFwAuthorizedApplication), NULL, CLSCTX_INPROC_SERVER, __uuidof(INetFwAuthorizedApplication), (void**)&fwApp );
  /external/skia/src/utils/win/
SkDWriteGeometrySink.cpp 26 if (iid == __uuidof(IUnknown) || iid == __uuidof(IDWriteGeometrySink)) {
SkIStream.cpp 26 if (iid == __uuidof(IUnknown)
27 || iid == __uuidof(IStream)
28 || iid == __uuidof(ISequentialStream))
SkDWrite.cpp 39 __uuidof(IDWriteFactory),
  /external/skqp/src/utils/win/
SkDWriteGeometrySink.cpp 26 if (iid == __uuidof(IUnknown) || iid == __uuidof(IDWriteGeometrySink)) {
SkIStream.cpp 26 if (iid == __uuidof(IUnknown)
27 || iid == __uuidof(IStream)
28 || iid == __uuidof(ISequentialStream))
  /external/webrtc/talk/media/devices/
win32devicemanager.cc 208 __uuidof(bag), reinterpret_cast<void**>(&bag)))) {
275 hr = CoCreateInstance(__uuidof(MMDeviceEnumerator), NULL, CLSCTX_ALL,
276 __uuidof(IMMDeviceEnumerator), reinterpret_cast<void**>(&enumerator));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/
client.h 231 return ptr_->QueryInterface(__uuidof(U), reinterpret_cast<void**>(ptr));
236 return ptr_->QueryInterface(__uuidof(U), p);
241 return ptr_->QueryInterface(__uuidof(U), reinterpret_cast<void**>(p->ReleaseAndGetAddressOf()));

Completed in 366 milliseconds

1 2 3