Searched refs:VectorInt (Results 1 – 5 of 5) sorted by relevance
/third_party/flatbuffers/rust/flexbuffers/src/ |
D | flexbuffer_type.rs | 69 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/ |
D | types.dart | 71 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/ |
D | flex_types_test.dart | 25 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/ |
D | mod.rs | 120 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/ |
D | value.rs | 95 VectorInt
|