Home
last modified time | relevance | path

Searched refs:outArguments (Results 1 – 7 of 7) sorted by relevance

/trunk/main/binaryurp/source/
H A Dwriter.cxx72 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 Dincomingrequest.cxx131 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 Dwriter.hxx80 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 Dincomingreply.hxx42 outArguments(theOutArguments) in IncomingReply()
49 std::vector< BinaryAny > outArguments; member
H A Dbridge.cxx547 BinaryAny * returnValue, std::vector< BinaryAny > * outArguments) in makeCall()
576 *outArguments = resp->outArguments; in makeCall()
H A Dincomingrequest.hxx64 BinaryAny * returnValue, std::vector< BinaryAny > * outArguments) const;
H A Dbridge.hxx142 std::vector< BinaryAny > * outArguments);

Completed in 56 milliseconds