Searched defs:nsSupportsPRUint64Impl (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsSupportsPrimitives.h166 class nsSupportsPRUint64Impl : public nsISupportsPRUint64 class in inherits:nsISupportsPRUint64
173 nsSupportsPRUint64Impl();
176 ~nsSupportsPRUint64Impl() {}
H A DnsSupportsPrimitives.cpp358 NS_IMPL_ISUPPORTS2(nsSupportsPRUint64Impl, nsISupportsPRUint64,
361 nsSupportsPRUint64Impl::nsSupportsPRUint64Impl() function in class:nsSupportsPRUint64Impl
366 NS_IMETHODIMP nsSupportsPRUint64Impl::GetType(PRUint16 *aType)
374 NS_IMETHODIMP nsSupportsPRUint64Impl::GetData(PRUint64 *aData)
381 NS_IMETHODIMP nsSupportsPRUint64Impl::SetData(PRUint64 aData)
387 NS_IMETHODIMP nsSupportsPRUint64Impl::ToString(char **_retval)

Completed in 763 milliseconds