Searched refs:MAX_VECTOR_SIZE (Results 1 – 5 of 5) sorted by relevance
25 static const size_t MAX_VECTOR_SIZE = 10; variable
139 if (size > MAX_VECTOR_SIZE) { in Read()
21 static constexpr int32_t MAX_VECTOR_SIZE { 10 };
27 static constexpr int32_t MAX_VECTOR_SIZE = 128; variable33 if (size > MAX_VECTOR_SIZE) { in ReadErrorMessages()57 if (size > MAX_VECTOR_SIZE) { in ReadComponentDescriptions()133 if (size > MAX_VECTOR_SIZE) { in ReadVersionComponents()269 if (size > MAX_VECTOR_SIZE) { in ReadUpgradePolicy()
40 const MAX_VECTOR_SIZE: i32 = 10; constant