Home
last modified time | relevance | path

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

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