Searched refs:isVariableLengthType (Results 1 – 2 of 2) sorted by relevance
209 if (isVariableLengthType(datatype)) { in writeItem()217 isVariableLengthType(datatype)); in writeItem()233 if (!isVariableLengthType(datatype)) { in writeItem()287 if (!isVariableLengthType(datatype)) { in readItem()338 if (!isVariableLengthType(datatype)) { in cmpItem()630 if (isVariableLengthType(item.datatype)) { in mLoadEntryTable()703 if (isVariableLengthType(item.datatype)) { in mLoadEntryTable()857 if (isVariableLengthType(item.datatype)) { in findItem()
43 inline bool isVariableLengthType(ItemType type) in isVariableLengthType() function