Home
last modified time | relevance | path

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

/aoo42x/main/jurt/java/jurt/src/main/java/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 …]
/aoo42x/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()
/aoo42x/main/jurt/java/jurt/src/test/java/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()
/aoo42x/main/binaryurp/
H A DGoogleTest_unmarshal.mk42 binaryurp/source/marshal \
H A DLibrary_binaryurp.mk53 binaryurp/source/marshal \
/aoo42x/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 55 milliseconds