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.java65 marshal = new Marshal(bridge, CACHE_SIZE); in urp()
169 marshal.write8Bit(header); in writeReply()
171 marshal.writeThreadId(tid); in writeReply()
173 marshal.writeValue(resultType, result); in writeReply()
177 marshal.writeValue( in writeReply()
543 marshal.write8Bit(header); in writeRequest()
545 marshal.write8Bit(HEADER_MUSTREPLY | HEADER_SYNCHRONOUS); in writeRequest()
548 marshal.write16Bit(funId); in writeRequest()
550 marshal.write8Bit(funId); in writeRequest()
553 marshal.writeType(type); in writeRequest()
[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.