Lines Matching refs:_locationCodeSize
21 pel >> _size >> _flags >> _priority >> _locationCodeSize; in Callout()
23 if (_locationCodeSize) in Callout()
25 _locationCode.resize(_locationCodeSize); in Callout()
29 size_t currentSize = 4 + _locationCodeSize; in Callout()
106 _locationCodeSize = 0; in Callout()
133 _locationCodeSize = 0; in setLocationCode()
157 _locationCodeSize = _locationCode.size(); in setLocationCode()
163 sizeof(_locationCodeSize) + _locationCodeSize; in flattenedSize()
174 pel << _size << _flags << _priority << _locationCodeSize; in flatten()
176 if (_locationCodeSize) in flatten()
198 if ((_locationCodeSize != 0) || (right.locationCodeSize() != 0)) in operator ==()