Searched refs:VectorInt (Results 1 – 9 of 9) sorted by relevance
/external/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);
|
/external/flatbuffers/dart/lib/src/ |
D | types.dart | 84 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/ |
D | PPCMachineFunctionInfo.cpp | 89 case VectorInt: in appendParameterType() 120 case VectorInt: in getVecExtParmsType() 183 case VectorInt: in getParmsType()
|
D | PPCMachineFunctionInfo.h | 32 VectorInt, enumerator
|
D | PPCISelLowering.cpp | 7063 FuncInfo->appendParameterType(PPCFunctionInfo::VectorInt); in LowerFormalArguments_AIX()
|
/external/flatbuffers/dart/test/ |
D | flex_types_test.dart | 25 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/ |
D | mod.rs | 121 rle!(i8, VectorInt, W8); 122 rle!(i16, VectorInt, W16); 123 rle!(i32, VectorInt, W32); 124 rle!(i64, VectorInt, W64);
|
D | serialize.rs | 51 | (VectorInt, _) in serialize()
|
/external/flatbuffers/rust/flexbuffers/src/builder/ |
D | value.rs | 95 VectorInt
|