Home
last modified time | relevance | path

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

/third_party/flatbuffers/rust/flexbuffers/src/
Dflexbuffer_type.rs95 VectorFloat3 = 21, enumerator
153 VectorFloat | VectorFloat2 | VectorFloat3 | VectorFloat4 => Some(Float), in typed_vector_type()
166 VectorInt3 | VectorUInt3 | VectorFloat3 => Some(3), in fixed_length_vector_length()
231 is_ty!(is_vector_float3, VectorFloat3);
/third_party/flatbuffers/dart/test/
Dflex_types_test.dart45 expect(ValueTypeUtils.isFixedTypedVector(ValueType.VectorFloat3), isTrue);
64 expect(ValueTypeUtils.toTypedVector(ValueType.Float,3), equals(ValueType.VectorFloat3));
88 …expect(ValueTypeUtils.fixedTypedVectorElementType(ValueType.VectorFloat3), equals(ValueType.Float)…
101 expect(ValueTypeUtils.fixedTypedVectorElementSize(ValueType.VectorFloat3), equals(3));
/third_party/flatbuffers/dart/lib/src/
Dtypes.dart75 VectorInt3, VectorUInt3, VectorFloat3,
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dvalue.rs107 VectorFloat3,