Lines Matching refs:std
62 std::vector< BinaryAny > const & inArguments, in Item()
72 std::vector< BinaryAny > const & outArguments, in Item()
90 std::vector< BinaryAny > const & inArguments) in sendDirectRequest()
101 std::vector< BinaryAny > const & outArguments) in sendDirectReply()
111 std::vector< BinaryAny > const & inArguments) in queueRequest()
123 std::vector< BinaryAny > const & outArguments, bool setCurrentContextMode) in queueReply()
196 } catch (std::exception & e) { in run()
210 std::vector< BinaryAny > const & inArguments, bool currentContextMode, in sendRequest()
263 std::vector< unsigned char > buf; in sendRequest()
336 std::vector< BinaryAny >::const_iterator i(inArguments.begin()); in sendRequest()
362 std::vector< BinaryAny > const & outArguments) in sendReply()
365 std::vector< unsigned char > buf; in sendReply()
400 std::vector< BinaryAny >::const_iterator i( in sendReply()
423 void Writer::sendMessage(std::vector< unsigned char > const & buffer) { in sendMessage()
424 std::vector< unsigned char > header; in sendMessage()
435 std::vector< unsigned char >::size_type n = buffer.size(); in sendMessage()
459 n = static_cast< std::vector< unsigned char >::size_type >(n - k); in sendMessage()