Home
last modified time | relevance | path

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

/system/tools/hidl/
DScope.h36 struct Scope : public NamedType { struct
98 DISALLOW_COPY_AND_ASSIGN(Scope); argument
DScope.cpp33 Scope::Scope(const std::string& localName, const FQName& fullName, const Location& location, in Scope() function in android::Scope
/system/tools/hidl/c2hal/
DScope.h32 struct Scope { struct
33 Scope() {} in Scope() argument
34 ~Scope() {} in ~Scope() argument
/system/tools/sysprop/
Dsysprop.proto33 enum Scope { enum
/system/tools/aidl/
Dparser.cpp178 const AidlDefinedType* Scope() const { in Scope() function in ScopedVisitor