HomeSort by relevance Sort by last modified time
    Searched refs:TypeDef (Results 1 - 18 of 18) 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);
c2hal_y.yy 29 #include "TypeDef.h"
96 %token TYPEDEF
226 | TYPEDEF struct_or_union_declaration ';'
228 // ignore that it is a typedef, for our purposes it doesn't matter
231 | TYPEDEF enum_declaration ';'
233 // ignore that it is a typedef, for our purposes it doesn't matter
236 | TYPEDEF param ';' /* looks like 'typedef const int8_t store;' */
238 $$ = new TypeDef($2->getName(), $2);
  /system/tools/hidl/
TypeDef.cpp 17 #include "TypeDef.h"
24 TypeDef::TypeDef(const char* localName, const Location &location, Type *type)
29 const ScalarType *TypeDef::resolveToScalarType() const {
34 Type *TypeDef::referencedType() const {
38 bool TypeDef::isInterface() const {
42 bool TypeDef::isEnum() const {
47 bool TypeDef::isTypeDef() const {
51 bool TypeDef::needsEmbeddedReadWrite() const {
56 bool TypeDef::resultNeedsDeref() const
    [all...]
TypeDef.h 25 struct TypeDef : public NamedType {
26 TypeDef(const char* localName, const Location &location, Type *type);
43 DISALLOW_COPY_AND_ASSIGN(TypeDef);
AST.cpp 26 #include "TypeDef.h"
207 // The reason we wrap the given type in a TypeDef is simply to suppress
211 new TypeDef(localName, location, type), errorMsg);
313 type = static_cast<TypeDef *>(type)->referencedType();
429 static_cast<TypeDef *>(resolvedType)->referencedType();
476 // This is necessary because if fqName pointed to a typedef which
478 // name of the typedef instead of the proper name of the interface.
  /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 
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrCompile.g 72 typedef ANTLRCommonToken ANTLRToken;
804 #token TypeDef("typedef") "typedef"
932 // typedef struct _XXX_ {
938 { TypeDef }
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrSyntax.g 39 typedef ANTLRCommonToken ANTLRToken;
202 #token TypeDef("typedef") "typedef"
313 { TypeDef } Struct << mCVfrVarDataTypeDB.DeclareDataTypeBegin (); >>
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
hibernate3.jar 
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrSyntax.g 36 typedef ANTLRCommonToken ANTLRToken;
201 #token TypeDef("typedef") "typedef"
321 { TypeDef } Struct << gCVfrVarDataTypeDB.DeclareDataTypeBegin (); >>
    [all...]
  /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.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 527 milliseconds