Home
last modified time | relevance | path

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

/external/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);
/external/flatbuffers/dart/lib/src/
Dtypes.dart84 VectorInt,
138 (toInt(self) >= toInt(ValueType.VectorInt) &&
156 toInt(self) - toInt(ValueType.Int) + toInt(ValueType.VectorInt));
175 toInt(self) - toInt(ValueType.VectorInt) + toInt(ValueType.Int));
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.cpp89 case VectorInt: in appendParameterType()
120 case VectorInt: in getVecExtParmsType()
183 case VectorInt: in getParmsType()
DPPCMachineFunctionInfo.h32 VectorInt, enumerator
DPPCISelLowering.cpp7063 FuncInfo->appendParameterType(PPCFunctionInfo::VectorInt); in LowerFormalArguments_AIX()
/external/flatbuffers/dart/test/
Dflex_types_test.dart25 expect(ValueTypeUtils.isTypedVector(ValueType.VectorInt), isTrue);
48 expect(ValueTypeUtils.isFixedTypedVector(ValueType.VectorInt), isFalse);
52 equals(ValueType.VectorInt));
86 expect(ValueTypeUtils.typedVectorElementType(ValueType.VectorInt),
/external/flatbuffers/rust/flexbuffers/src/reader/
Dmod.rs121 rle!(i8, VectorInt, W8);
122 rle!(i16, VectorInt, W16);
123 rle!(i32, VectorInt, W32);
124 rle!(i64, VectorInt, W64);
Dserialize.rs51 | (VectorInt, _) in serialize()
/external/flatbuffers/rust/flexbuffers/src/builder/
Dvalue.rs95 VectorInt