Searched refs:minInt32Values (Results 1 – 1 of 1) sorted by relevance
40 size_t minInt32Values) { in verifyPropValue() argument49 if (propValue.value.int32Values.size() < minInt32Values) { in verifyPropValue()50 return Error() << "Int32Values must have at least " << minInt32Values in verifyPropValue()107 size_t minInt32Values = startPos + numberAssociationTypes; in parseUserAssociationTypes() local108 if (int32Values.size() < minInt32Values) { in parseUserAssociationTypes()109 return Error() << "Int32Values must have at least " << minInt32Values in parseUserAssociationTypes()127 size_t minInt32Values = startPos + (numberAssociations * kNumFieldsPerSetAssociation); in parseUserAssociations() local128 if (int32Values.size() < minInt32Values) { in parseUserAssociations()129 return Error() << "Int32Values must have at least " << minInt32Values in parseUserAssociations()