Searched defs:comments_ (Results 1 - 10 of 10) sorted by relevance

/external/pcre/dist/
H A Dpcre_scanner.h160 std::vector<StringPiece> *comments_; member in class:pcrecpp::Scanner
162 // the offset into comments_ that has been returned by GetNextComments
/external/jdiff/src/jdiff/
H A DCommentsHandler.java29 public Comments comments_ = null; field in class:CommentsHandler
45 comments_ = comments;
54 comments_.dump();
145 comments_.addComment(currComment);
/external/chromium_org/tools/gn/
H A Dcommand_format.cc85 std::vector<Token> comments_; // Pending end-of-line comments. member in class:commands::__anon16438::Printer
113 if (!comments_.empty()) {
116 for (const auto& c : comments_) {
124 comments_.clear();
275 std::back_inserter(comments_));
H A Dparse_tree.h100 const Comments* comments() const { return comments_.get(); }
105 scoped_ptr<Comments> comments_; member in class:ParseNode
/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc410 : comments_(comments),
417 for (size_t i = 0; i < comments_.size(); ++i) {
425 return !comments_.empty();
433 return static_cast<int>(comments_.size());
451 const std::vector<Comment> comments_; member in class:image_diff_png::__anon16499::CommentWriter
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h504 CommentInfo *comments_; member in class:Json::Value
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.cc511 : comments_(comments),
518 for (size_t i = 0; i < comments_.size(); ++i) {
526 return !comments_.empty();
534 return static_cast<int>(comments_.size());
554 const std::vector<PNGCodec::Comment> comments_; member in class:gfx::__anon16815::CommentWriter
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h504 CommentInfo *comments_; member in class:Json::Value
/external/jsoncpp/include/json/
H A Dvalue.h504 CommentInfo *comments_; member in class:Json::Value
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 746 milliseconds