Searched refs:MAX_POLICY_SIZE (Results 1 – 1 of 1) sorted by relevance
27 static constexpr uint32_t MAX_POLICY_SIZE = 100; variable134 vSize = vSize > MAX_POLICY_SIZE ? MAX_POLICY_SIZE : vSize; in Unmarshalling()