HomeSort by relevance Sort by last modified time
    Searched defs:TypeDef (Results 1 - 14 of 14) sorted by null

  /system/tools/hidl/c2hal/
TypeDef.cpp 17 #include "TypeDef.h"
21 TypeDef::TypeDef(const std::string &name, Declaration* declaration)
27 TypeDef::~TypeDef() {}
29 void TypeDef::generateSource(Formatter &out) const {
30 out << "typedef ";
37 void TypeDef::processContents(AST &ast) {
TypeDef.h 28 struct TypeDef : Declaration {
29 TypeDef(const std::string &name, Declaration* declaration);
30 ~TypeDef();
32 static std::string type() { return "typedef"; }
41 DISALLOW_COPY_AND_ASSIGN(TypeDef);
  /system/tools/hidl/
TypeDef.h 25 struct TypeDef : public NamedType {
26 TypeDef(const char* localName, const FQName& fullName, const Location& location, Scope* parent,
51 DISALLOW_COPY_AND_ASSIGN(TypeDef);
TypeDef.cpp 17 #include "TypeDef.h"
24 TypeDef::TypeDef(const char* localName, const FQName& fullName, const Location& location,
28 const ScalarType *TypeDef::resolveToScalarType() const {
33 Type* TypeDef::referencedType() {
37 const Type* TypeDef::referencedType() const {
41 bool TypeDef::isInterface() const {
45 bool TypeDef::isEnum() const {
50 std::string TypeDef::typeName() const {
51 return "typedef " + localName()
    [all...]
  /external/smali/dexlib2/accessorTestGenerator/src/main/java/org/jf/dexlib2/
AccessorTestGenerator.java 56 private static class TypeDef {
60 public TypeDef(String name, UnaryOperation[] unaryOperations, BinaryOperation[] binaryOperations) {
106 private static final TypeDef[] types = new TypeDef[] {
107 new TypeDef("boolean", new UnaryOperation[0], booleanOperations),
108 new TypeDef("byte", unaryOperations, integralOperations),
109 new TypeDef("char", unaryOperations, integralOperations),
110 new TypeDef("short", unaryOperations, integralOperations),
111 new TypeDef("int", unaryOperations, integralOperations),
112 new TypeDef("long", unaryOperations, integralOperations)
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 286 milliseconds