Home
last modified time | relevance | path

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

/third_party/flatbuffers/rust/flexbuffers/src/
Dflexbuffer_type.rs89 VectorFloat2 = 18, enumerator
153 VectorFloat | VectorFloat2 | VectorFloat3 | VectorFloat4 => Some(Float), in typed_vector_type()
165 VectorInt2 | VectorUInt2 | VectorFloat2 => Some(2), in fixed_length_vector_length()
225 is_ty!(is_vector_float2, VectorFloat2);
/third_party/flatbuffers/dart/test/
Dflex_types_test.dart44 expect(ValueTypeUtils.isFixedTypedVector(ValueType.VectorFloat2), isTrue);
60 expect(ValueTypeUtils.toTypedVector(ValueType.Float,2), equals(ValueType.VectorFloat2));
87 …expect(ValueTypeUtils.fixedTypedVectorElementType(ValueType.VectorFloat2), equals(ValueType.Float)…
100 expect(ValueTypeUtils.fixedTypedVectorElementSize(ValueType.VectorFloat2), equals(2));
/third_party/flatbuffers/dart/lib/src/
Dtypes.dart74 VectorInt2, VectorUInt2, VectorFloat2,
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dvalue.rs106 VectorFloat2,