Searched refs:marshal (Results 1 – 7 of 7) sorted by relevance
169 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 …]
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() function496 SbError e = marshal( in call()
41 Marshal marshal = new Marshal(testBridge, cacheSize); in test() local222 marshal.writeValue(dataTypes[i], data[i]); in test()224 unmarshal.reset(marshal.reset()); in test()
42 $(SLO)/marshal.obj \
72 $(SLO)/marshal.obj \
78 Note, that this is difficult for the callee, because it must marshal the reply
60 Therefore it cannot marshal it as COM requires it and the bridgeing would fail.
Completed in 47 milliseconds