Searched refs:outArguments (Results 1 – 7 of 7) sorted by relevance
/trunk/main/binaryurp/source/ |
H A D | writer.cxx | 72 std::vector< BinaryAny > const & outArguments, in Item() 75 arguments(outArguments), exception(theException), in Item() 101 std::vector< BinaryAny > const & outArguments) in sendDirectReply() 104 sendReply(tid, member, false, exception, returnValue,outArguments); in sendDirectReply() 123 std::vector< BinaryAny > const & outArguments, bool setCurrentContextMode) in queueReply() 128 tid, member, setter, exception, returnValue, outArguments, in queueReply() 362 std::vector< BinaryAny > const & outArguments) in sendReply() 401 outArguments.begin()); in sendReply() 410 OSL_ASSERT(i == outArguments.end()); in sendReply()
|
H A D | incomingrequest.cxx | 131 BinaryAny * returnValue, std::vector< BinaryAny > * outArguments) const in execute_throw() 138 outArguments != 0 && outArguments->empty()); in execute_throw() 235 outArguments->push_back(BinaryAny()); in execute_throw() 263 if (!outArguments->empty()) { in execute_throw() 271 std::vector< BinaryAny >::iterator i(outArguments->begin()); in execute_throw() 286 OSL_ASSERT(i == outArguments->end()); in execute_throw()
|
H A D | writer.hxx | 80 std::vector< BinaryAny > const & outArguments); 92 std::vector< BinaryAny > const & outArguments, 117 std::vector< BinaryAny > const & outArguments); 138 std::vector< BinaryAny > const & outArguments,
|
H A D | incomingreply.hxx | 42 outArguments(theOutArguments) in IncomingReply() 49 std::vector< BinaryAny > outArguments; member
|
H A D | bridge.cxx | 547 BinaryAny * returnValue, std::vector< BinaryAny > * outArguments) in makeCall() 576 *outArguments = resp->outArguments; in makeCall()
|
H A D | incomingrequest.hxx | 64 BinaryAny * returnValue, std::vector< BinaryAny > * outArguments) const;
|
H A D | bridge.hxx | 142 std::vector< BinaryAny > * outArguments);
|
Completed in 27 milliseconds