Searched refs:OutgoingRequests (Results 1 – 4 of 4) sorted by relevance
42 OutgoingRequests::OutgoingRequests() {} in OutgoingRequests() function in binaryurp::OutgoingRequests44 OutgoingRequests::~OutgoingRequests() {} in ~OutgoingRequests()46 void OutgoingRequests::push( in push()53 OutgoingRequest OutgoingRequests::top(rtl::ByteSequence const & tid) { in top()66 void OutgoingRequests::pop(rtl::ByteSequence const & tid) throw () { in pop()
40 class OutgoingRequests: private boost::noncopyable { class42 OutgoingRequests();44 ~OutgoingRequests();
135 OutgoingRequests & requests, rtl::ByteSequence const & tid,143 OutgoingRequests & requests_;149 OutgoingRequests & requests, rtl::ByteSequence const & tid, in PopOutgoingRequest()
260 OutgoingRequests outgoingRequests_;
Completed in 39 milliseconds