Searched refs:VectorInt4 (Results 1 – 4 of 4) sorted by relevance
/third_party/flatbuffers/rust/flexbuffers/src/ |
D | flexbuffer_type.rs | 97 VectorInt4 = 22, enumerator 151 VectorInt | VectorInt2 | VectorInt3 | VectorInt4 => Some(Int), in typed_vector_type() 167 VectorInt4 | VectorUInt4 | VectorFloat4 => Some(4), in fixed_length_vector_length() 233 is_ty!(is_vector_int4, VectorInt4);
|
/third_party/flatbuffers/dart/test/ |
D | flex_types_test.dart | 40 expect(ValueTypeUtils.isFixedTypedVector(ValueType.VectorInt4), isTrue); 66 expect(ValueTypeUtils.toTypedVector(ValueType.Int,4), equals(ValueType.VectorInt4)); 81 expect(ValueTypeUtils.fixedTypedVectorElementType(ValueType.VectorInt4), equals(ValueType.Int)); 94 expect(ValueTypeUtils.fixedTypedVectorElementSize(ValueType.VectorInt4), equals(4));
|
/third_party/flatbuffers/dart/lib/src/ |
D | types.dart | 76 VectorInt4, VectorUInt4, VectorFloat4, 146 … return ValueTypeUtils.fromInt(toInt(self) - toInt(ValueType.Int) + toInt(ValueType.VectorInt4));
|
/third_party/flatbuffers/rust/flexbuffers/src/builder/ |
D | value.rs | 94 VectorInt4,
|