Home
last modified time | relevance | path

Searched refs:pushLinePrefix (Results 1 – 6 of 6) sorted by relevance

/system/tools/hidl/c2hal/
DNote.cpp37 out.pushLinePrefix("//"); in generateSource()
/system/tools/hidl/
DDocComment.cpp92 out.pushLinePrefix(" *"); in emit()
DgenerateCppImpl.cpp154 out.pushLinePrefix("//"); in generateCppImplSource()
/system/tools/hidl/host_utils/include/hidl-util/
DFormatter.h175 void pushLinePrefix(const std::string& prefix);
/system/tools/hidl/hidl2aidl/
DAidlNamedType.cpp38 out.pushLinePrefix("// "); in emitConversionNotes()
/system/tools/hidl/host_utils/
DFormatter.cpp69 void Formatter::pushLinePrefix(const std::string& prefix) { in pushLinePrefix() function in android::Formatter