Searched refs:UnmarshalData (Results 1 – 1 of 1) sorted by relevance
99 struct UnmarshalData { struct100 UnmarshalData(SbxVariable * theVariable, void * theBuffer): in UnmarshalData() argument107 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 22 milliseconds