Home
last modified time | relevance | path

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

/third_party/flatbuffers/rust/flexbuffers/src/
Dflexbuffer_type.rs99 VectorUInt4 = 23, enumerator
152 VectorUInt | VectorUInt2 | VectorUInt3 | VectorUInt4 => Some(UInt), in typed_vector_type()
167 VectorInt4 | VectorUInt4 | VectorFloat4 => Some(4), in fixed_length_vector_length()
235 is_ty!(is_vector_uint4, VectorUInt4);
/third_party/flatbuffers/dart/test/
Dflex_types_test.dart43 expect(ValueTypeUtils.isFixedTypedVector(ValueType.VectorUInt4), isTrue);
67 expect(ValueTypeUtils.toTypedVector(ValueType.UInt,4), equals(ValueType.VectorUInt4));
85 … expect(ValueTypeUtils.fixedTypedVectorElementType(ValueType.VectorUInt4), equals(ValueType.UInt));
98 expect(ValueTypeUtils.fixedTypedVectorElementSize(ValueType.VectorUInt4), equals(4));
/third_party/flatbuffers/dart/lib/src/
Dtypes.dart76 VectorInt4, VectorUInt4, VectorFloat4,
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dvalue.rs101 VectorUInt4,