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

  /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/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp 286 , comments_( 0 )
330 , comments_( 0 )
341 , comments_( 0 )
354 , comments_( 0 )
366 , comments_( 0 )
378 , comments_( 0 )
389 , comments_( 0 )
402 , comments_( 0 )
415 , comments_( 0 )
428 , comments_( 0
    [all...]
  /external/jsoncpp/chromium-overrides/src/lib_json/
json_value.cpp 280 , comments_( 0 )
324 , comments_( 0 )
335 , comments_( 0 )
348 , comments_( 0 )
360 , comments_( 0 )
372 , comments_( 0 )
383 , comments_( 0 )
396 , comments_( 0 )
409 , comments_( 0 )
422 , comments_( 0
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 276 , comments_( 0 )
320 , comments_( 0 )
331 , comments_( 0 )
344 , comments_( 0 )
356 , comments_( 0 )
368 , comments_( 0 )
379 , comments_( 0 )
392 , comments_( 0 )
405 , comments_( 0 )
418 , comments_( 0
    [all...]
  /external/chromium_org/tools/gn/
parse_tree.cc 53 if (!comments_)
54 comments_.reset(new Comments);
55 return comments_.get();
59 if (comments_) {
61 for (std::vector<Token>::const_iterator i(comments_->before().begin());
62 i != comments_->before().end();
66 for (std::vector<Token>::const_iterator i(comments_->suffix().begin());
67 i != comments_->suffix().end();
71 for (std::vector<Token>::const_iterator i(comments_->after().begin());
72 i != comments_->after().end()
    [all...]
command_format.cc 85 std::vector<Token> comments_; // Pending end-of-line comments. member in class:commands::__anon21056::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::__anon21117::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::__anon21433::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 240 milliseconds