Searched refs:unmarshal (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/binaryurp/source/ |
H A D | reader.cxx | 156 sal_uInt8 flags1 = unmarshal.read8(); in readMessage() 164 readReplyMessage(unmarshal, flags1); in readMessage() 186 ? unmarshal.read16() : unmarshal.read8(); in readMessage() 197 type = unmarshal.readType(); in readMessage() 212 oid = unmarshal.readOid(); in readMessage() 295 unmarshal.readValue( in readMessage() 311 unmarshal.readValue( in readMessage() 418 ret = unmarshal.readValue( in readReplyMessage() 478 ret = unmarshal.readValue( in readReplyMessage() 492 ret = unmarshal.readValue( in readReplyMessage() [all …]
|
H A D | reader.hxx | 70 void readMessage(Unmarshal & unmarshal); 72 void readReplyMessage(Unmarshal & unmarshal, sal_uInt8 flags1); 74 rtl::ByteSequence getTid(Unmarshal & unmarshal, bool newTid) const;
|
H A D | makefile.mk | 46 $(SLO)/unmarshal.obj \
|
/aoo4110/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
H A D | urp.java | 91 if (!unmarshal.hasMore()) { in readMessage() 92 unmarshal.reset(readBlock()); in readMessage() 93 if (!unmarshal.hasMore()) { in readMessage() 98 int header = unmarshal.read8Bit(); in readMessage() 373 ? unmarshal.read16Bit() : unmarshal.read8Bit(); in readLongRequest() 375 inL1Type = unmarshal.readType(); in readLongRequest() 382 inL1Oid = unmarshal.readObjectId(); in readLongRequest() 385 inL1Tid = unmarshal.readThreadId(); in readLongRequest() 417 unmarshal.readValue( in readRequest() 464 unmarshal.readValue( in readReply() [all …]
|
/aoo4110/main/basic/source/runtime/ |
H A D | dllmgr.cxx | 121 std::vector< UnmarshalData > unmarshal; member in __anon10426be60111::MarshalData 354 data.unmarshal.push_back(UnmarshalData(variable, p)); in marshal() 371 data.unmarshal.push_back(UnmarshalData(variable, p)); in marshal() 385 void const * unmarshal(SbxVariable * variable, void const * data) { in unmarshal() function 413 data = unmarshal(props->Get(i), data); in unmarshal() 436 data = unmarshal(arr->Get32(&idx[0]), data); in unmarshal() 561 for (std::vector< UnmarshalData >::iterator i(data.unmarshal.begin()); in call() 562 i != data.unmarshal.end(); ++i) in call() 564 unmarshal(i->variable, i->buffer); in call()
|
/aoo4110/main/binaryurp/qa/ |
H A D | makefile.mk | 48 SLOFILES = $(SLO)/test-cache.obj $(SLO)/test-unmarshal.obj 65 $(SLO)/test-unmarshal.obj \ 76 $(SLO)/unmarshal.obj \ 86 SHL2TARGET = test-unmarshal
|
/aoo4110/main/jurt/test/com/sun/star/lib/uno/protocols/urp/ |
H A D | Marshaling_Test.java | 219 Unmarshal unmarshal = new Unmarshal(testBridge, cacheSize); in test() local 224 unmarshal.reset(marshal.reset()); in test() 226 Object op2 = unmarshal.readValue(dataTypes[i]); in test()
|
Completed in 38 milliseconds