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

/vbox/src/libs/xpcom18a4/python/test/test_component/_xpidlgen/
H A Dpy_test_component.h71 NS_IMETHOD GetLong_long_value(PRInt64 *aLong_long_value) = 0; member in class:nsIPythonTestInterface
72 NS_IMETHOD SetLong_long_value(PRInt64 aLong_long_value) = 0; member in class:nsIPythonTestInterface
196 NS_IMETHOD GetLong_long_value(PRInt64 *aLong_long_value); \
197 NS_IMETHOD SetLong_long_value(PRInt64 aLong_long_value); \
257 NS_IMETHOD GetLong_long_value(PRInt64 *aLong_long_value) { return _to GetLong_long_value(aLong_long_value); } \
258 NS_IMETHOD SetLong_long_value(PRInt64 aLong_long_value) { return _to SetLong_long_value(aLong_long_value); } \
318 NS_IMETHOD GetLong_long_value(PRInt64 *aLong_long_value) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLong_long_value(aLong_long_value); } \
[all...]

Completed in 56 milliseconds