Searched defs:CommentWriter (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp67 class CommentWriter : public AssemblyAnnotationWriter { class in namespace:__anon26400
184 Annotator.reset(new CommentWriter());
/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc407 class CommentWriter { class in namespace:image_diff_png::__anon16499
409 explicit CommentWriter(const std::vector<Comment>& comments) function in class:image_diff_png::__anon16499::CommentWriter
416 ~CommentWriter() {
472 CommentWriter comment_writer(comments);
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.cc508 class CommentWriter { class in namespace:gfx::__anon16815
510 explicit CommentWriter(const std::vector<PNGCodec::Comment>& comments) function in class:gfx::__anon16815::CommentWriter
517 ~CommentWriter() {
552 DISALLOW_COPY_AND_ASSIGN(CommentWriter);
575 CommentWriter comment_writer(comments);

Completed in 99 milliseconds