/third_party/gn/src/gn/ |
D | command_format.cc | 229 std::vector<Token> comments_; // Pending end-of-line comments. member in commands::__anon20cfb4fe0111::Printer 363 if (!comments_.empty()) { in FlushComments() 368 PrintTrailingCommentsWrapped(comments_); in FlushComments() 370 comments_.clear(); in FlushComments() 800 std::copy(sub_left.comments_.begin(), sub_left.comments_.end(), in Expr() 801 std::back_inserter(comments_)); in Expr() 925 root->comments()->suffix().end(), std::back_inserter(comments_)); in Expr() 1006 end->comments()->suffix().end(), std::back_inserter(comments_)); in Sequence() 1168 end->comments()->suffix().end(), std::back_inserter(comments_)); in FunctionCall() 1184 sub->comments_ = comments_; in InitializeSub()
|
D | parse_tree.cc | 209 if (!comments_) in comments_mutable() 210 comments_ = std::make_unique<Comments>(); in comments_mutable() 211 return comments_.get(); in comments_mutable() 235 if (comments_) { in AddCommentsJSONNodes() 236 if (comments_->before().size()) { in AddCommentsJSONNodes() 238 for (const auto& token : comments_->before()) in AddCommentsJSONNodes() 242 if (comments_->suffix().size()) { in AddCommentsJSONNodes() 244 for (const auto& token : comments_->suffix()) in AddCommentsJSONNodes() 248 if (comments_->after().size()) { in AddCommentsJSONNodes() 250 for (const auto& token : comments_->after()) in AddCommentsJSONNodes()
|
D | parse_tree.h | 109 const Comments* comments() const { return comments_.get(); } in comments() 126 std::unique_ptr<Comments> comments_; variable
|
/third_party/jsoncpp/src/lib_json/ |
D | json_value.cpp | 464 std::swap(comments_, other.comments_); in swap() 968 comments_ = Comments(); in initBasic() 1027 comments_ = other.comments_; in dupMeta() 1410 comments_.set(placement, String(comment, len)); in insert() 1416 return comments_.has(placement); in insert() 1420 return comments_.get(placement); in insert()
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2782 comments_(0), start_(other.start_), limit_(other.limit_) in Value() 2812 if (other.comments_) { in Value() 2813 comments_ = new CommentInfo[numberOfCommentPlacement]; in Value() 2815 const CommentInfo& otherComment = other.comments_[comment]; in Value() 2817 comments_[comment].setComment( in Value() 2843 if (comments_) in ~Value() 2844 delete[] comments_; in ~Value() 2864 std::swap(comments_, other.comments_); in swap() 3344 comments_ = 0; in initBasic() 3689 if (!comments_) in setComment() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2782 comments_(0), start_(other.start_), limit_(other.limit_) in Value() 2812 if (other.comments_) { in Value() 2813 comments_ = new CommentInfo[numberOfCommentPlacement]; in Value() 2815 const CommentInfo& otherComment = other.comments_[comment]; in Value() 2817 comments_[comment].setComment( in Value() 2843 if (comments_) in ~Value() 2844 delete[] comments_; in ~Value() 2864 std::swap(comments_, other.comments_); in swap() 3344 comments_ = 0; in initBasic() 3689 if (!comments_) in setComment() [all …]
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2782 comments_(0), start_(other.start_), limit_(other.limit_) in Value() 2812 if (other.comments_) { in Value() 2813 comments_ = new CommentInfo[numberOfCommentPlacement]; in Value() 2815 const CommentInfo& otherComment = other.comments_[comment]; in Value() 2817 comments_[comment].setComment( in Value() 2843 if (comments_) in ~Value() 2844 delete[] comments_; in ~Value() 2864 std::swap(comments_, other.comments_); in swap() 3344 comments_ = 0; in initBasic() 3689 if (!comments_) in setComment() [all …]
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 2806 comments_(0), start_(other.start_), limit_(other.limit_) in Value() 2836 if (other.comments_) { in Value() 2837 comments_ = new CommentInfo[numberOfCommentPlacement]; in Value() 2839 const CommentInfo& otherComment = other.comments_[comment]; in Value() 2841 comments_[comment].setComment( in Value() 2875 if (comments_) in ~Value() 2876 delete[] comments_; in ~Value() 2896 std::swap(comments_, other.comments_); in swap() 3377 comments_ = 0; in initBasic() 3722 if (!comments_) in setComment() [all …]
|
D | json.h | 982 CommentInfo* comments_; variable
|
/third_party/jsoncpp/include/json/ |
D | value.h | 661 Comments comments_; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.h | 375 comments_(), constant_pool_allowed_(false) {} in buffer_() 1170 GrowableArray<CodeComment *> comments_; variable
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 932 CommentInfo* comments_; variable
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 932 CommentInfo* comments_; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 932 CommentInfo* comments_; variable
|