Searched refs:kInt8Type (Results 1 – 2 of 2) sorted by relevance
340 IntegerType dst_int_type = kInt8Type; in CompressInt()454 case kInt8Type: { in BytesLittleToMinIntType()481 *dst_i_type = kInt8Type; in BytesLittleToMinIntType()
37 enum IntegerType { kInt8Type = 0, kInt16Type, kInt32Type, kInt64Type }; enumerator