Home
last modified time | relevance | path

Searched refs:VectorType (Results 1 – 7 of 7) sorted by relevance

/system/tools/hidl/
DVectorType.cpp28 VectorType::VectorType() { in VectorType() function in android::VectorType
31 std::string VectorType::typeName() const { in typeName()
35 bool VectorType::isCompatibleElementType(Type *elementType) const { in isCompatibleElementType()
72 void VectorType::addNamedTypesToSet(std::set<const FQName> &set) const { in addNamedTypesToSet()
76 bool VectorType::isVector() const { in isVector()
80 bool VectorType::isVectorOfBinders() const { in isVectorOfBinders()
84 bool VectorType::canCheckEquality() const { in canCheckEquality()
88 std::string VectorType::getCppType(StorageMode mode, in getCppType()
114 std::string VectorType::getJavaType(bool /* forInitializer */) const { in getJavaType()
128 std::string VectorType::getVtsType() const { in getVtsType()
[all …]
DVectorType.h25 struct VectorType : public TemplatedType { struct
26 VectorType();
159 DISALLOW_COPY_AND_ASSIGN(VectorType);
DCompoundType.cpp45 && static_cast<const VectorType *>( in setFields()
653 VectorType::getAlignmentAndSizeStatic(&vecAlign, &vecSize); in emitJavaTypeDeclarations()
667 VectorType::EmitJavaFieldReaderWriterForElementType( in emitJavaTypeDeclarations()
741 VectorType::EmitJavaFieldReaderWriterForElementType( in emitJavaTypeDeclarations()
DAndroid.bp85 "VectorType.cpp",
Dhidl-gen_l.ll45 #include "VectorType.h"
101 "vec" { yylval->templatedType = new VectorType; return token::TEMPLATED; }
DInterface.cpp314 const VectorType *chainType = static_cast<const VectorType *>(&method->results()[0]->type()); in fillHashChainMethod()
Dhidl-gen_y.yy28 #include "VectorType.h"