HomeSort by relevance Sort by last modified time
    Searched defs:comments_ (Results 1 - 10 of 10) sorted by null

  /external/pcre/dist/
pcre_scanner.h 160 std::vector<StringPiece> *comments_; member in class:pcrecpp::Scanner
162 // the offset into comments_ that has been returned by GetNextComments
  /external/jdiff/src/jdiff/
CommentsHandler.java 29 public Comments comments_ = null; field in class:CommentsHandler
45 comments_ = comments;
54 comments_.dump();
145 comments_.addComment(currComment);
  /external/chromium_org/tools/gn/
command_format.cc 85 std::vector<Token> comments_; // Pending end-of-line comments. member in class:commands::__anon143::Printer
113 if (!comments_.empty()) {
116 for (const auto& c : comments_) {
124 comments_.clear();
275 std::back_inserter(comments_));
parse_tree.h 100 const Comments* comments() const { return comments_.get(); }
105 scoped_ptr<Comments> comments_; member in class:ParseNode
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 410 : 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::__anon204::CommentWriter
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 511 : 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::__anon520::CommentWriter
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 504 CommentInfo *comments_; member in class:Json::Value
    [all...]
  /external/jsoncpp/chromium-overrides/include/json/
value.h 504 CommentInfo *comments_; member in class:Json::Value
    [all...]
  /external/jsoncpp/include/json/
value.h 504 CommentInfo *comments_; member in class:Json::Value
    [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 1539 milliseconds