Home
last modified time | relevance | path

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

/trunk/main/basic/source/runtime/
H A Ddllmgr.cxx99 struct UnmarshalData { struct
100 UnmarshalData(SbxVariable * theVariable, void * theBuffer): in UnmarshalData() argument
107 struct StringData: public UnmarshalData {
109 UnmarshalData(theVariable, theBuffer), special(theSpecial) {} in StringData()
121 std::vector< UnmarshalData > unmarshal;
354 data.unmarshal.push_back(UnmarshalData(variable, p)); in marshal()
371 data.unmarshal.push_back(UnmarshalData(variable, p)); in marshal()
561 for (std::vector< UnmarshalData >::iterator i(data.unmarshal.begin()); in call()

Completed in 18 milliseconds