Home
last modified time | relevance | path

Searched refs:commentAfterOnSameLine (Results 1 – 25 of 130) sorted by relevance

123456

/dports/games/openspades/openspades-0.1.3/Sources/json/
H A Djson_writer.cpp496 if ( root.hasComment( commentAfterOnSameLine ) ) in writeCommentAfterValueOnSameLine()
497 document_ += " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
512 || value.hasComment( commentAfterOnSameLine ) in hasCommentForValue()
776 if ( root.hasComment( commentAfterOnSameLine ) ) in writeCommentAfterValueOnSameLine()
777 *document_ << " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
792 || value.hasComment( commentAfterOnSameLine ) in hasCommentForValue()
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/json/jsoncpp/src/
H A Djson_writer.cpp494 if ( root.hasComment( commentAfterOnSameLine ) ) in writeCommentAfterValueOnSameLine()
495 document_ += " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
510 || value.hasComment( commentAfterOnSameLine ) in hasCommentForValue()
775 if ( root.hasComment( commentAfterOnSameLine ) ) in writeCommentAfterValueOnSameLine()
776 *document_ << " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
791 || value.hasComment( commentAfterOnSameLine ) in hasCommentForValue()
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/json/jsoncpp/src/
H A Djson_writer.cpp494 if ( root.hasComment( commentAfterOnSameLine ) ) in writeCommentAfterValueOnSameLine()
495 document_ += " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
510 || value.hasComment( commentAfterOnSameLine ) in hasCommentForValue()
775 if ( root.hasComment( commentAfterOnSameLine ) ) in writeCommentAfterValueOnSameLine()
776 *document_ << " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
791 || value.hasComment( commentAfterOnSameLine ) in hasCommentForValue()
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/json/jsoncpp/src/
H A Djson_writer.cpp494 if ( root.hasComment( commentAfterOnSameLine ) ) in writeCommentAfterValueOnSameLine()
495 document_ += " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
510 || value.hasComment( commentAfterOnSameLine ) in hasCommentForValue()
775 if ( root.hasComment( commentAfterOnSameLine ) ) in writeCommentAfterValueOnSameLine()
776 *document_ << " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
791 || value.hasComment( commentAfterOnSameLine ) in hasCommentForValue()
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/json/jsoncpp/src/
H A Djson_writer.cpp494 if ( root.hasComment( commentAfterOnSameLine ) ) in writeCommentAfterValueOnSameLine()
495 document_ += " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
510 || value.hasComment( commentAfterOnSameLine ) in hasCommentForValue()
775 if ( root.hasComment( commentAfterOnSameLine ) ) in writeCommentAfterValueOnSameLine()
776 *document_ << " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
791 || value.hasComment( commentAfterOnSameLine ) in hasCommentForValue()
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/json/jsoncpp/src/
H A Djson_writer.cpp494 if ( root.hasComment( commentAfterOnSameLine ) ) in writeCommentAfterValueOnSameLine()
495 document_ += " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
510 || value.hasComment( commentAfterOnSameLine ) in hasCommentForValue()
775 if ( root.hasComment( commentAfterOnSameLine ) ) in writeCommentAfterValueOnSameLine()
776 *document_ << " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
791 || value.hasComment( commentAfterOnSameLine ) in hasCommentForValue()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/jsoncpp/vtkjsoncpp/
H A Djson_writer.cpp433 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
434 document_ += " " + normalizeEOL(root.getComment(commentAfterOnSameLine)); in writeCommentAfterValueOnSameLine()
445 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
649 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
650 *document_ << " " + normalizeEOL(root.getComment(commentAfterOnSameLine)); in writeCommentAfterValueOnSameLine()
661 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
/dports/devel/jsoncpp/jsoncpp-1.9.5/src/lib_json/
H A Djson_writer.cpp630 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
631 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
642 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
849 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
850 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
861 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
1138 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
1139 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
1150 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_writer.cpp626 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
627 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
638 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
845 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
846 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
857 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
1134 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
1135 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
1146 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_writer.cpp596 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
597 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
608 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
811 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
812 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
823 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
1100 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
1101 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
1112 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/jsoncpp/src/lib_json/
H A Djson_writer.cpp590 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
591 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
602 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
805 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
806 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
817 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
1094 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
1095 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
1106 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmjsoncpp/src/lib_json/
H A Djson_writer.cpp629 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
630 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
641 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
848 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
849 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
860 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
1137 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
1138 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
1149 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmjsoncpp/src/lib_json/
H A Djson_writer.cpp629 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
630 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
641 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
848 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
849 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
860 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
1137 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
1138 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
1149 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/jsoncpp/source/src/lib_json/
H A Djson_writer.cpp618 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
619 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
630 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
837 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
838 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
849 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
1131 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
1132 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
1143 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
/dports/www/firefox/firefox-99.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_writer.cpp630 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
631 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
642 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
849 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
850 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
861 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
1138 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
1139 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
1150 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_writer.cpp629 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
630 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
641 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
848 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
849 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
860 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
1137 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
1138 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
1149 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/jsoncpp/source/src/lib_json/
H A Djson_writer.cpp629 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
630 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
641 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
848 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
849 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
860 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
1137 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
1138 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
1149 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmjsoncpp/src/lib_json/
H A Djson_writer.cpp629 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
630 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
641 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
848 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
849 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
860 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
1137 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
1138 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
1149 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
/dports/graphics/open3d/Open3D-0.2/src/External/jsoncpp/
H A Djson_writer.cpp605 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
606 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
617 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
820 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
821 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
832 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
1109 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
1110 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
1121 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_writer.cpp629 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
630 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
641 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
848 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
849 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
860 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
1137 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
1138 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
1149 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/jsoncpp/
H A Djson_writer.cpp605 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
606 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
617 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
820 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
821 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
832 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
1109 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
1110 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
1121 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DJsonUtils.cpp2288 placement = commentAfterOnSameLine; in readComment()
2303 if ( placement == commentAfterOnSameLine ) in addComment()
3201 if ( root.hasComment( commentAfterOnSameLine ) ) in writeCommentAfterValueOnSameLine()
3202 document_ += std::string(" ") + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
3217 || value.hasComment( commentAfterOnSameLine ) in hasCommentForValue()
3482 if ( root.hasComment( commentAfterOnSameLine ) ) in writeCommentAfterValueOnSameLine()
3483 *document_ << std::string(" ") + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
3498 || value.hasComment( commentAfterOnSameLine ) in hasCommentForValue()
/dports/databases/libcouchbase/libcouchbase-2.10.7/contrib/lcb-jsoncpp/
H A Dlcb-jsoncpp.cpp508 placement = commentAfterOnSameLine; in readComment()
539 if (placement == commentAfterOnSameLine) { in addComment()
1369 placement = commentAfterOnSameLine; in readComment()
1381 if (placement == commentAfterOnSameLine) { in addComment()
4277 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4289 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
4493 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4505 value.hasComment(commentAfterOnSameLine) || in hasCommentForValue()
4775 if (root.hasComment(commentAfterOnSameLine)) in writeCommentAfterValueOnSameLine()
4776 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
[all …]
/dports/games/odamex/odamex-src-0.7.0/libraries/jsoncpp/
H A Djsoncpp.cpp557 placement = commentAfterOnSameLine; in readComment()
572 if ( placement == commentAfterOnSameLine ) in addComment()
3888 if ( root.hasComment( commentAfterOnSameLine ) ) in writeCommentAfterValueOnSameLine()
3889 document_ += " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
3904 || value.hasComment( commentAfterOnSameLine ) in hasCommentForValue()
4168 if ( root.hasComment( commentAfterOnSameLine ) ) in writeCommentAfterValueOnSameLine()
4169 *document_ << " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
4184 || value.hasComment( commentAfterOnSameLine ) in hasCommentForValue()
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/jellyfish/lib/
H A Djsoncpp.cpp557 placement = commentAfterOnSameLine; in readComment()
572 if ( placement == commentAfterOnSameLine ) in addComment()
3888 if ( root.hasComment( commentAfterOnSameLine ) ) in writeCommentAfterValueOnSameLine()
3889 document_ += " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
3904 || value.hasComment( commentAfterOnSameLine ) in hasCommentForValue()
4168 if ( root.hasComment( commentAfterOnSameLine ) ) in writeCommentAfterValueOnSameLine()
4169 *document_ << " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
4184 || value.hasComment( commentAfterOnSameLine ) in hasCommentForValue()

123456