Home
last modified time | relevance | path

Searched defs:TypeDef (Results 1 – 5 of 5) sorted by relevance

/system/tools/hidl/c2hal/
DTypeDef.h28 struct TypeDef : Declaration { struct
41 DISALLOW_COPY_AND_ASSIGN(TypeDef); argument
DTypeDef.cpp21 TypeDef::TypeDef(const std::string &name, Declaration* declaration) in TypeDef() function in android::TypeDef
/system/bt/gd/packet/parser/
Dtype_def.h25 TypeDef(std::string name) : name_(name) {} in TypeDef() function
27 TypeDef(std::string name, int size) : name_(name), size_(size) {} in TypeDef() function
/system/tools/hidl/
DTypeDef.h27 struct TypeDef : public NamedType { struct
DTypeDef.cpp25 TypeDef::TypeDef(const std::string& localName, const FQName& fullName, const Location& location, in TypeDef() function in android::TypeDef