Home
last modified time | relevance | path

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

/third_party/flatbuffers/rust/flexbuffers/src/
Dflexbuffer_type.rs101 VectorFloat4 = 24, enumerator
153 VectorFloat | VectorFloat2 | VectorFloat3 | VectorFloat4 => Some(Float), in typed_vector_type()
167 VectorInt4 | VectorUInt4 | VectorFloat4 => Some(4), in fixed_length_vector_length()
237 is_ty!(is_vector_float4, VectorFloat4);
/third_party/flatbuffers/dart/test/
Dflex_types_test.dart46 expect(ValueTypeUtils.isFixedTypedVector(ValueType.VectorFloat4), isTrue);
68 expect(ValueTypeUtils.toTypedVector(ValueType.Float,4), equals(ValueType.VectorFloat4));
89 …expect(ValueTypeUtils.fixedTypedVectorElementType(ValueType.VectorFloat4), equals(ValueType.Float)…
102 expect(ValueTypeUtils.fixedTypedVectorElementSize(ValueType.VectorFloat4), equals(4));
/third_party/flatbuffers/dart/lib/src/
Dtypes.dart76 VectorInt4, VectorUInt4, VectorFloat4,
125 && toInt(self) <= toInt(ValueType.VectorFloat4)
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dvalue.rs108 VectorFloat4,