Searched defs:emitJavaTypeDeclarations (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/tools/hidl/ | ||
H A D | Scope.cpp | 217 void Scope::emitJavaTypeDeclarations(Formatter& out, bool atTopLevel) const { in emitJavaTypeDeclarations() function in android::Scope |
H A D | Type.cpp | 622 void Type::emitJavaTypeDeclarations(Formatter&, bool) const {} in emitJavaTypeDeclarations() function in android::Type |
H A D | EnumType.cpp | 512 void EnumType::emitJavaTypeDeclarations(Formatter& out, bool atTopLevel) const { in emitJavaTypeDeclarations() function in android::EnumType |
H A D | CompoundType.cpp | 1234 void CompoundType::emitJavaTypeDeclarations(Formatter& out, bool atTopLevel) const { in emitJavaTypeDeclarations() function in android::CompoundType |