Searched refs:marshal (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
| H A D | urp.java | 65 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 D | dllmgr.cxx | 192 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 D | Marshaling_Test.java | 41 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 D | makefile.mk | 42 $(SLO)/marshal.obj \
|
| /AOO41X/main/binaryurp/qa/ |
| H A D | makefile.mk | 72 $(SLO)/marshal.obj \
|
| /AOO41X/main/udkapi/com/sun/star/bridge/ |
| H A D | XProtocolProperties.idl | 78 Note, that this is difficult for the callee, because it must marshal the reply
|
| H A D | XBridgeSupplier2.idl | 60 Therefore it cannot marshal it as COM requires it and the bridgeing would fail.
|