comments_ 504 third_party/jsoncpp/overrides/include/json/value.h CommentInfo *comments_; comments_ 501 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp if ( other.comments_ ) comments_ 503 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp comments_ = new CommentInfo[numberOfCommentPlacement]; comments_ 506 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp const CommentInfo &otherComment = other.comments_[comment]; comments_ 508 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp comments_[comment].setComment( otherComment.comment_ ); comments_ 545 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp if ( comments_ ) comments_ 546 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp delete[] comments_; comments_ 1537 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp if ( !comments_ ) comments_ 1538 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp comments_ = new CommentInfo[numberOfCommentPlacement]; comments_ 1539 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp comments_[placement].setComment( comment ); comments_ 1554 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp return comments_ != 0 && comments_[placement].comment_ != 0; comments_ 1561 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp return comments_[placement].comment_; comments_ 410 tools/imagediff/image_diff_png.cc : comments_(comments), comments_ 417 tools/imagediff/image_diff_png.cc for (size_t i = 0; i < comments_.size(); ++i) { comments_ 425 tools/imagediff/image_diff_png.cc return !comments_.empty(); comments_ 433 tools/imagediff/image_diff_png.cc return static_cast<int>(comments_.size()); comments_ 451 tools/imagediff/image_diff_png.cc const std::vector<Comment> comments_; comments_ 518 ui/gfx/codec/png_codec.cc : comments_(comments), comments_ 525 ui/gfx/codec/png_codec.cc for (size_t i = 0; i < comments_.size(); ++i) { comments_ 533 ui/gfx/codec/png_codec.cc return !comments_.empty(); comments_ 541 ui/gfx/codec/png_codec.cc return static_cast<int>(comments_.size()); comments_ 561 ui/gfx/codec/png_codec.cc const std::vector<PNGCodec::Comment> comments_;