Home
last modified time | relevance | path

Searched refs:CommentWriter (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp71 class CommentWriter : public AssemblyAnnotationWriter { class
192 Annotator.reset(new CommentWriter()); in main()
/external/pdfium/samples/
Dimage_diff_png.cc406 class CommentWriter { class
408 explicit CommentWriter(const std::vector<Comment>& comments) in CommentWriter() function in image_diff_png::__anon3a3a145c0311::CommentWriter
415 ~CommentWriter() { in ~CommentWriter()
472 CommentWriter comment_writer(comments); in DoLibpngWrite()