Searched refs:WriteLL (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatstrm.h109 void WriteLL(const wxLongLong &ll);
110 void WriteLL(const wxULongLong &ll);
127 void WriteLL(const wxULongLong *buffer, size_t size);
128 void WriteLL(const wxLongLong *buffer, size_t size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatstrm.cpp577 void wxDataOutputStream::WriteLL(const wxULongLong *buffer, size_t size) function in class:wxDataOutputStream
582 void wxDataOutputStream::WriteLL(const wxLongLong *buffer, size_t size) function in class:wxDataOutputStream
587 void wxDataOutputStream::WriteLL(const wxLongLong &ll) function in class:wxDataOutputStream
589 WriteLL(&ll, 1);
592 void wxDataOutputStream::WriteLL(const wxULongLong &ll) function in class:wxDataOutputStream
594 WriteLL(&ll, 1);
721 WriteLL(i);
727 WriteLL(i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Ddatastreamtest.cpp217 CPPUNIT_ASSERT( TestMultiRW<wxLongLong>(ValuesLL, &wxDataOutputStream::WriteLL, &wxDataInputStream::ReadLL).Ok() );
218 CPPUNIT_ASSERT( TestMultiRW<wxULongLong>(ValuesULL, &wxDataOutputStream::WriteLL, &wxDataInputStream::ReadLL).Ok() );

Completed in 84 milliseconds