Searched defs:nsID (Results 1 - 13 of 13) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsID.h56 struct nsID { struct
74 * Equivalency method. Compares this nsID with another.
78 inline PRBool Equals(const nsID& other) const {
94 * nsID Parsing method. Turns a {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
95 * string into an nsID
100 * nsID string encoder. Returns an allocated string in
107 * nsID string encoder. Builds a string in
121 typedef nsID nsCID;
134 typedef nsID nsIID;
162 static const nsID
[all...]
/vbox/include/VBox/com/
H A DGuid.h387 const Guid &cloneTo(nsID **ppGuid) const
390 *ppGuid = (nsID *)nsMemory::Clone(&mUuid, sizeof(nsID));
410 nsID *ptr;
415 operator nsID**() { return &ptr; }
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsOS2VACLegacy.cpp77 typedef struct nsID struct
83 } nsID, nsCID, nsIID; typedef in typeref:struct:nsID
152 nsID *mCID; /* const nsCID& */
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.h215 static QUuid ToQUuid(const nsID &id)
449 static const nsID &GUIDIn(const QUuid &uuid)
451 return *(const nsID *) &uuid;
473 operator nsID **() { return &nsid; }
478 nsID *nsid;
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/
H A Dxpt_struct.h94 * We can't include nsID.h, because it's full of C++ goop and we're not doing
98 struct nsID { struct
105 typedef struct nsID nsID; typedef in typeref:struct:nsID
233 nsID iid;
247 nsID *iid, char *name, char *name_space,
449 nsID *iid;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h12 * xpcom/include/xpcom/nsID.h
287 struct nsID { struct
294 typedef struct nsID nsID; typedef in typeref:struct:nsID
295 typedef nsID nsIID;
345 nsresult (*QueryInterface)(nsISupports *pThis, const nsID *iid, void **resultp);
1387 nsresult (*GetInterfaceID)(IVirtualBoxErrorInfo *pThis, nsID * *interfaceID);
1416 const nsID * machineId,
1422 const nsID * machineId
1427 const nsID * machineI
[all...]
H A DVBoxCAPI_v3_0.h12 * xpcom/include/xpcom/nsID.h
629 struct nsID { struct
636 typedef struct nsID nsID; typedef in typeref:struct:nsID
637 typedef nsID nsIID;
687 nsresult (*QueryInterface)(nsISupports *pThis, const nsID *iid, void **resultp);
1824 nsresult (*GetInterfaceID)(IVirtualBoxErrorInfo *pThis, nsID * *interfaceID);
H A DVBoxCAPI_v3_1.h12 * xpcom/include/xpcom/nsID.h
629 struct nsID { struct
636 typedef struct nsID nsID; typedef in typeref:struct:nsID
637 typedef nsID nsIID;
687 nsresult (*QueryInterface)(nsISupports *pThis, const nsID *iid, void **resultp);
H A DVBoxCAPI_v3_2.h12 * xpcom/include/xpcom/nsID.h
629 struct nsID { struct
636 typedef struct nsID nsID; typedef in typeref:struct:nsID
637 typedef nsID nsIID;
687 nsresult (*QueryInterface)(nsISupports *pThis, const nsID *iid, void **resultp);
H A DVBoxCAPI_v4_0.h12 * xpcom/include/xpcom/nsID.h
629 struct nsID { struct
636 typedef struct nsID nsID; typedef in typeref:struct:nsID
637 typedef nsID nsIID;
687 nsresult (*QueryInterface)(nsISupports *pThis, const nsID *iid, void **resultp);
H A DVBoxCAPI_v4_1.h12 * xpcom/include/xpcom/nsID.h
629 struct nsID { struct
636 typedef struct nsID nsID; typedef in typeref:struct:nsID
637 typedef nsID nsIID;
687 nsresult (*QueryInterface)(nsISupports *pThis, const nsID *iid, void **resultp);
H A DVBoxCAPI_v4_2.h12 * xpcom/include/xpcom/nsID.h
629 struct nsID { struct
636 typedef struct nsID nsID; typedef in typeref:struct:nsID
637 typedef nsID nsIID;
687 nsresult (*QueryInterface)(nsISupports *pThis, const nsID *iid, void **resultp);
H A DVBoxCAPI_v4_3.h13 * xpcom/include/xpcom/nsID.h
692 struct nsID { struct
699 typedef struct nsID nsID; typedef in typeref:struct:nsID
700 typedef nsID nsIID;
701 typedef nsID nsCID;
830 nsresult (*QueryInterface)(nsISupports *pThis, const nsID *iid, void **resultp);
837 nsresult (*QueryInterface)(nsISupports *pThis, const nsID *iid, void **resultp);
888 nsresult (*QueryInterface)(nsIException *pThis, const nsID *iid, void **resultp);
979 nsresult (*QueryInterface)(nsIStackFrame *pThis, const nsID *ii
[all...]

Completed in 575 milliseconds