Searched refs:isVariableLengthType (Results 1 – 2 of 2) sorted by relevance
195 if ((!isVariableLengthType(datatype)) && dataSize > 8) { in writeItem()201 if (isVariableLengthType(datatype)) { in writeItem()209 isVariableLengthType(datatype)); in writeItem()225 if (!isVariableLengthType(datatype)) { in writeItem()280 if (!isVariableLengthType(datatype)) { in readItem()331 if (!isVariableLengthType(datatype)) { in cmpItem()634 if (isVariableLengthType(item.datatype)) { in mLoadEntryTable()707 if (isVariableLengthType(item.datatype)) { in mLoadEntryTable()861 if (isVariableLengthType(item.datatype)) { in findItem()
43 inline bool isVariableLengthType(ItemType type) in isVariableLengthType() function