Home
last modified time | relevance | path

Searched defs:getType (Results 1 – 9 of 9) sorted by relevance

/system/tools/hidl/c2hal/
DExpression.cpp89 Type getType(const AST &ast) override { in getType() function
107 Type getType(const AST &ast) override { in getType() function
141 Type getType(const AST &ast) override { in getType() function
164 Type getType(const AST &ast) override { in getType() function
189 Type getType(const AST &ast) override { in getType() function
212 Type getType(const AST &) override { in getType() function
239 Type getType(const AST &) override { in getType() function
DVarDeclaration.cpp40 Type* VarDeclaration::getType() const { in getType() function in android::VarDeclaration
DFunctionDeclaration.cpp51 const Type* FunctionDeclaration::getType() const { in getType() function in android::FunctionDeclaration
/system/tools/xsdc/src/com/android/xsdc/tag/
DXsdAttribute.java40 public XsdType getType() { in getType() method in XsdAttribute
DXsdElement.java41 public XsdType getType() { in getType() method in XsdElement
/system/vold/model/
DVolumeBase.h85 Type getType() const { return mType; } in getType() function
/system/nfc/utils/
Dconfig.cc69 ConfigValue::Type ConfigValue::getType() const { return type_; } in getType() function in ConfigValue
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java898 private XsdType getType(String name) throws JavaCodeGeneratorException { in getType() method in JavaCodeGenerator
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java1064 private XsdType getType(String name) throws CppCodeGeneratorException { in getType() method in CppCodeGenerator