Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl.cpp362 struct HeaderVisitor : AidlVisitor { in ValidateHeaders() struct
363 bool success = true; in ValidateHeaders()
364 const char* str = nullptr; in ValidateHeaders()
365 GetHeader getHeader = nullptr; in ValidateHeaders()
367 void check(const AidlParcelable& p) { in ValidateHeaders()
375 void Visit(const AidlParcelable& p) override { check(p); } in ValidateHeaders()
376 void Visit(const AidlTypeSpecifier& m) override { in ValidateHeaders()