Home
last modified time | relevance | path

Searched defs:AddComment (Results 1 – 5 of 5) sorted by relevance

/external/jhead/
Djhead.c97 static char * AddComment = NULL; // Add this tag. variable
/external/llvm/include/llvm/MC/
DMCStreamer.h268 virtual void AddComment(const Twine &T) {} in AddComment() function
/external/pdfium/samples/
Dimage_diff_png.cc436 void AddComment(size_t pos, const Comment& comment) { in AddComment() function in image_diff_png::__anon3a3a145c0311::CommentWriter
/external/skia/src/core/
DSkRecordDraw.cpp293 void trackBounds(const AddComment&) { this->pushControl(); } in trackBounds()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp249 void MCAsmStreamer::AddComment(const Twine &T) { in AddComment() function in MCAsmStreamer