Searched refs:Scope (Results 1 – 18 of 18) sorted by relevance
/system/tools/hidl/ |
D | Scope.cpp | 27 Scope::Scope(const char *localName, in Scope() function in android::Scope 31 Scope::~Scope(){} in ~Scope() 33 bool Scope::addType(NamedType *type, std::string *errorMsg) { in addType() 53 NamedType *Scope::lookupType(const FQName &fqName) const { in lookupType() 75 Scope *outerScope = static_cast<Scope *>(outerType); in lookupType() 82 LocalIdentifier *Scope::lookupIdentifier(const std::string & /*name*/) const { in lookupIdentifier() 86 bool Scope::isScope() const { in isScope() 90 Interface *Scope::getInterface() const { in getInterface() 98 bool Scope::containsSingleInterface(std::string *ifaceName) const { in containsSingleInterface() 109 bool Scope::containsInterfaces() const { in containsInterfaces() [all …]
|
D | Scope.h | 32 struct Scope : public NamedType { struct 33 Scope(const char *localName, 35 virtual ~Scope(); 79 DISALLOW_COPY_AND_ASSIGN(Scope); argument
|
D | AST.h | 39 struct Scope; 54 void enterScope(Scope *container); 56 Scope *scope(); 126 std::vector<Scope *> mScopePath; 129 Scope *mRootScope;
|
D | CompoundType.cpp | 27 : Scope(localName, location), in CompoundType() 348 Scope::emitTypeDeclarations(out); in emitTypeDeclarations() 423 Scope::emitGlobalTypeDeclarations(out); in emitGlobalTypeDeclarations() 488 status_t err = Scope::emitTypeDefinitions(out, space + localName()); in emitTypeDefinitions() 566 Scope::emitJavaTypeDeclarations(out, false /* atTopLevel */); in emitJavaTypeDeclarations() 1034 if (mStyle != STYLE_STRUCT || !Scope::isJavaCompatible()) { in isJavaCompatible() 1048 if (Scope::containsPointer()) { in containsPointer()
|
D | Interface.cpp | 72 : Scope(localName, location), in Interface() 729 status_t status = Scope::emitGlobalTypeDeclarations(out); in emitGlobalTypeDeclarations() 743 status_t err = Scope::emitTypeDefinitions(out, space + localName()); in emitTypeDefinitions() 905 if (!Scope::isJavaCompatible()) { in isJavaCompatible()
|
D | AST.cpp | 40 mRootScope(new Scope("" /* localName */, Location::startOf(path))) { in AST() 192 void AST::enterScope(Scope *container) { in enterScope() 200 Scope *AST::scope() { in scope()
|
D | Interface.h | 29 struct Interface : public Scope {
|
D | CompoundType.h | 29 struct CompoundType : public Scope {
|
D | Android.bp | 81 "Scope.cpp",
|
D | EnumType.h | 31 struct EnumType : public Scope {
|
D | main.cpp | 290 Scope *rootScope = typesAST->scope(); in generateMakefileSection() 402 Scope *rootScope = typesAST->scope(); in packageNeedsJavaCode()
|
D | EnumType.cpp | 32 : Scope(localName, location), in EnumType()
|
/system/tools/hidl/c2hal/ |
D | Scope.h | 32 struct Scope { struct 33 Scope() {} in Scope() function 34 ~Scope() {} in ~Scope() argument 44 DISALLOW_COPY_AND_ASSIGN(Scope); 48 void Scope<T>::enter(std::string name, T item) { in enter() 60 void Scope<T>::leave(std::string name) { in leave() 72 T Scope<T>::lookup(std::string name) const { in lookup()
|
D | AST.h | 61 const Scope<Define *> &getDefinesScope() const; 62 Scope<Define *> &getDefinesScope(); 78 Scope<Define *> mDefinesScope;
|
D | AST.cpp | 111 const Scope<Define *> &AST::getDefinesScope() const { in getDefinesScope() 115 Scope<Define *> &AST::getDefinesScope() { in getDefinesScope()
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 90 Scope .............................................................................................… 1135 Scope
|
D | raw_structures.txt | 90 Scope .............................................................................................… 1135 Scope
|
D | raw_commands_fixed.txt | 93 Scope .............................................................................................… 905 Scope
|