Searched refs:Grouper (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbase64.h13 : SimpleProxyFilter(new BaseN_Encoder(new Grouper), attachment)
H A Dbasecode.h62 class CRYPTOPP_DLL Grouper : public Bufferless<Filter> class in inherits:Bufferless
65 Grouper(BufferedTransformation *attachment=NULL) function in class:Grouper
68 Grouper(int groupSize, const std::string &separator, const std::string &terminator, BufferedTransformation *attachment=NULL) function in class:Grouper
H A Dbase32.h14 : SimpleProxyFilter(new BaseN_Encoder(new Grouper), attachment)
H A Dhex.h13 : SimpleProxyFilter(new BaseN_Encoder(new Grouper), attachment)
H A Dbasecode.cpp190 void Grouper::IsolatedInitialize(const NameValuePairs &parameters)
195 parameters.GetRequiredParameter("Grouper", Name::Separator(), separator);
205 size_t Grouper::Put2(const byte *begin, size_t length, int messageEnd, bool blocking)

Completed in 70 milliseconds