Searched refs:MAX_MAP_SZIE (Results 1 – 1 of 1) sorted by relevance
41 constexpr int32_t MAX_MAP_SZIE = 1024; variable708 if ((size < 0) || (size > MAX_MAP_SZIE)) { in ReadStringMap()