Lines Matching refs:special
109 UnmarshalData(theVariable, theBuffer), special(theSpecial) {} in StringData()
111 bool special; member
193 bool outer, SbxVariable * variable, bool special,
197 SbxVariable * variable, bool special, MarshalData & data, void ** buffer) in marshalString() argument
209 data.unmarshalStrings.push_back(StringData(variable, *buffer, special)); in marshalString()
262 bool outer, SbxVariable * variable, bool special, in marshal() argument
290 SbError e = marshalString(variable, special, data, &p); in marshal()
337 SbError e = marshalString(variable, special, data, &p); in marshal()
457 if (data.special) { in unmarshalString()
490 bool special = in call() local
497 true, arguments->Get(i), special && i == 2, stack, stack.size(), in call()