Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_unittest.cpp1851 struct TypeFinder : AidlVisitor { struct
1852 string name;
1853 const AidlTypeSpecifier* type = nullptr;
1854 TypeFinder(std::string name) : name(name) {} in TypeFinder() argument
1855 void Visit(const AidlVariableDeclaration& v) override { in Visit()
1860 void Visit(const AidlMethod& m) override { in Visit()
1865 static string Get(const AidlDefinedType& type, const string& name) { in Get()