Home
last modified time | relevance | path

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

/aoo41x/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A Durp.java169 marshal.write8Bit(header); in writeReply()
171 marshal.writeThreadId(tid); in writeReply()
177 marshal.writeValue( in writeReply()
543 marshal.write8Bit(header); in writeRequest()
553 marshal.writeType(type); in writeRequest()
565 marshal.write8Bit(funId); in writeRequest()
570 marshal.writeInterface( in writeRequest()
579 marshal.writeValue( in writeRequest()
583 marshal.writeValue( in writeRequest()
598 byte[] data = marshal.reset(); in writeBlock()
[all …]
/aoo41x/main/basic/source/runtime/
H A Ddllmgr.cxx192 SbError marshal(
221 SbError e = marshal(false, props->Get(i), false, blob, offset, data); in marshalStruct()
242 SbError e = marshal( in marshalArray()
261 SbError marshal( in marshal() function
496 SbError e = marshal( in call()
/aoo41x/main/jurt/test/com/sun/star/lib/uno/protocols/urp/
H A DMarshaling_Test.java41 Marshal marshal = new Marshal(testBridge, cacheSize); in test() local
222 marshal.writeValue(dataTypes[i], data[i]); in test()
224 unmarshal.reset(marshal.reset()); in test()
/aoo41x/main/binaryurp/source/
H A Dmakefile.mk42 $(SLO)/marshal.obj \
/aoo41x/main/binaryurp/qa/
H A Dmakefile.mk72 $(SLO)/marshal.obj \
/aoo41x/main/udkapi/com/sun/star/bridge/
H A DXProtocolProperties.idl78 Note, that this is difficult for the callee, because it must marshal the reply
H A DXBridgeSupplier2.idl60 Therefore it cannot marshal it as COM requires it and the bridgeing would fail.

Completed in 39 milliseconds