Searched refs:int64Count (Results 1 – 2 of 2) sorted by relevance
148 size_t int64Count = 0; in checkVendorMixedPropValue() local151 int64Count++; in checkVendorMixedPropValue()154 int64Count += static_cast<size_t>(configArray[5]); in checkVendorMixedPropValue()156 if (int64Size != int64Count) { in checkVendorMixedPropValue()158 << int64Count; in checkVendorMixedPropValue()
253 size_t int64Count = 0; in checkVendorMixedPropValue() local256 int64Count++; in checkVendorMixedPropValue()259 int64Count += static_cast<size_t>(configArray[5]); in checkVendorMixedPropValue()260 if (value.value.int64Values.size() != int64Count) { in checkVendorMixedPropValue()