Home
last modified time | relevance | path

Searched refs:isVariableLengthType (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_page.cpp195 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()
Dnvs_types.hpp43 inline bool isVariableLengthType(ItemType type) in isVariableLengthType() function