Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_unittest.cpp1961 struct TypeFinder : AidlVisitor { struct
1962 string name;
1963 const AidlTypeSpecifier* type = nullptr;
1964 TypeFinder(std::string name) : name(name) {} in TypeFinder() argument
1965 void Visit(const AidlVariableDeclaration& v) override { in Visit()
1970 void Visit(const AidlMethod& m) override { in Visit()
1975 static string Get(const AidlDefinedType& type, const string& name) { in Get()