Home
last modified time | relevance | path

Searched refs:VectorInt (Results 1 – 5 of 5) sorted by relevance

/third_party/flatbuffers/rust/flexbuffers/src/
Dflexbuffer_type.rs69 VectorInt = 11, enumerator
151 VectorInt | VectorInt2 | VectorInt3 | VectorInt4 => Some(Int), in typed_vector_type()
209 is_ty!(is_vector_int, VectorInt);
/third_party/flatbuffers/dart/lib/src/
Dtypes.dart71 Map, Vector, VectorInt, VectorUInt, VectorFloat, VectorKey,
117 toInt(self) >= toInt(ValueType.VectorInt)
137 … return ValueTypeUtils.fromInt(toInt(self) - toInt(ValueType.Int) + toInt(ValueType.VectorInt));
152 return ValueTypeUtils.fromInt(toInt(self) - toInt(ValueType.VectorInt) + toInt(ValueType.Int));
/third_party/flatbuffers/dart/test/
Dflex_types_test.dart25 expect(ValueTypeUtils.isTypedVector(ValueType.VectorInt), isTrue);
48 expect(ValueTypeUtils.isFixedTypedVector(ValueType.VectorInt), isFalse);
51 expect(ValueTypeUtils.toTypedVector(ValueType.Int,0), equals(ValueType.VectorInt));
71 expect(ValueTypeUtils.typedVectorElementType(ValueType.VectorInt), equals(ValueType.Int));
/third_party/flatbuffers/rust/flexbuffers/src/reader/
Dmod.rs120 rle!(i8, VectorInt, W8);
121 rle!(i16, VectorInt, W16);
122 rle!(i32, VectorInt, W32);
123 rle!(i64, VectorInt, W64);
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dvalue.rs95 VectorInt