Home
last modified time | relevance | path

Searched defs:Scope (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/c2hal/
DScope.h32 struct Scope { struct
33 Scope() {} in Scope() function
34 ~Scope() {} in ~Scope() argument
/system/tools/hidl/
DScope.h32 struct Scope : public NamedType { struct
77 DISALLOW_COPY_AND_ASSIGN(Scope); argument
DScope.cpp27 Scope::Scope(const char* localName, const Location& location, Scope* parent) in Scope() function in android::Scope