Lines Matching defs:fData
44 bool usingInitialStorage() const { return fData == fExternal; }
52 fData = (uint8_t*)external;
67 return (uint32_t*)(fData + offset);
78 return *(T*)(fData + offset);
89 *(T*)(fData + offset) = value;
226 memcpy(dst, fData, fUsed);
230 return stream->write(fData, fUsed);
246 uint8_t* fData; // Points to either fInternal or fExternal.
247 size_t fCapacity; // Number of bytes we can write to fData.
263 void reset() {this->INHERITED::reset(fData.fStorage, SIZE); }
270 } fData;