Home
last modified time | relevance | path

Searched refs:VectorInt4 (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/rust/flexbuffers/src/
Dflexbuffer_type.rs97 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/
Dflex_types_test.dart40 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/
Dtypes.dart76 VectorInt4, VectorUInt4, VectorFloat4,
146 … return ValueTypeUtils.fromInt(toInt(self) - toInt(ValueType.Int) + toInt(ValueType.VectorInt4));
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dvalue.rs94 VectorInt4,