Searched refs:_locationCodeSize (Results 1 – 2 of 2) sorted by relevance
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()[all …]
235 return _locationCodeSize; in locationCodeSize()316 uint8_t _locationCodeSize = 0; member in openpower::pels::src::Callout