Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_page.cpp209 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()
Dnvs_types.hpp43 inline bool isVariableLengthType(ItemType type) in isVariableLengthType() function