Searched defs:emitPackageTypeDeclarations (Results 1 - 5 of 5) sorted by relevance

/system/tools/hidl/
H A DScope.cpp174 void Scope::emitPackageTypeDeclarations(Formatter& out) const { function in class:android::Scope
176 type->emitPackageTypeDeclarations(out);
H A DCompoundType.cpp461 void CompoundType::emitPackageTypeDeclarations(Formatter& out) const { function in class:android::CompoundType
462 Scope::emitPackageTypeDeclarations(out);
H A DEnumType.cpp391 void EnumType::emitPackageTypeDeclarations(Formatter& out) const { function in class:android::EnumType
H A DInterface.cpp848 void Interface::emitPackageTypeDeclarations(Formatter& out) const { function in class:android::Interface
849 Scope::emitPackageTypeDeclarations(out);
H A DType.cpp622 void Type::emitPackageTypeDeclarations(Formatter&) const {} function in class:android::Type

Completed in 71 milliseconds