Searched defs:Formatter (Results 1 – 4 of 4) sorted by relevance
/system/tools/hidl/host_utils/include/hidl-util/ |
D | Formatter.h | 31 struct Formatter { struct 32 static Formatter invalid() { return Formatter(); } in invalid() argument 158 Formatter(const Formatter&) = delete; argument 159 void operator=(const Formatter&) = delete; argument
|
/system/tools/hidl/ |
D | Type.cpp | 411 Formatter &, in emitReaderWriter() argument 421 Formatter &, in emitResolveReferences() argument 432 Formatter &, in emitResolveReferencesEmbedded() argument 478 Formatter &, in emitReaderWriterEmbedded() argument 515 void Type::emitJavaFieldDefaultInitialValue(Formatter &, const std::string &) const {} in emitJavaFieldDefaultInitialValue() argument 518 Formatter &, in emitJavaFieldReaderWriter() argument 632 void Type::emitTypeDefinitions(Formatter&, const std::string&) const {} in emitTypeDefinitions() argument 634 void Type::emitJavaTypeDeclarations(Formatter&, bool) const {} in emitJavaTypeDeclarations() argument 758 void Type::emitExportedHeader(Formatter& /* out */, bool /* forJava */) const {} in emitExportedHeader() argument
|
D | RefType.cpp | 84 Formatter &, in emitReaderWriter() argument
|
/system/tools/hidl/host_utils/ |
D | Formatter.cpp | 25 Formatter::Formatter() : mFile(nullptr /* invalid */), mIndentDepth(0), mAtStartOfLine(true) {} in Formatter() function in android::Formatter 27 Formatter::Formatter(FILE* file, size_t spacesPerIndent) in Formatter() function in android::Formatter
|