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