Searched refs:sectionEnd (Results 1 – 1 of 1) sorted by relevance
41 const uint8_t* sectionEnd = start + size; in ReadString() local42 while (*cursor && cursor < sectionEnd) { in ReadString()