Searched refs:kBytesPerExceptionValuesArrayElement (Results 1 – 1 of 1) sorted by relevance
91 constexpr uint32_t kBytesPerExceptionValuesArrayElement = 2; variable2030 DCHECK_EQ(byte_size % kBytesPerExceptionValuesArrayElement, 0); in GetExceptionEncodedSize()2031 DCHECK_LE(1, byte_size / kBytesPerExceptionValuesArrayElement); in GetExceptionEncodedSize()2032 encoded_size += byte_size / kBytesPerExceptionValuesArrayElement; in GetExceptionEncodedSize()