Home
last modified time | relevance | path

Searched refs:valueToQuotedStringN (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/jsoncpp/jsoncpp-1.9.5/src/lib_json/
H A Djson_writer.cpp275 static String valueToQuotedStringN(const char* value, size_t length, in valueToQuotedStringN() function
353 return valueToQuotedStringN(value, strlen(value)); in valueToQuotedString()
402 document_ += valueToQuotedStringN(str, static_cast<size_t>(end - str)); in writeValue()
425 document_ += valueToQuotedStringN(name.data(), name.length()); in writeValue()
470 pushValue(valueToQuotedStringN(str, static_cast<size_t>(end - str))); in writeValue()
688 pushValue(valueToQuotedStringN(str, static_cast<size_t>(end - str))); in writeValue()
963 valueToQuotedStringN(str, static_cast<size_t>(end - str), emitUTF8_)); in writeValue()
987 valueToQuotedStringN(name.data(), name.length(), emitUTF8_)); in writeValue()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_writer.cpp267 static String valueToQuotedStringN(const char* value, unsigned length, in valueToQuotedStringN() function
348 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); in valueToQuotedString()
397 document_ += valueToQuotedStringN(str, static_cast<unsigned>(end - str)); in writeValue()
420 document_ += valueToQuotedStringN(name.data(), in writeValue()
466 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
684 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
958 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str), in writeValue()
982 writeWithIndent(valueToQuotedStringN( in writeValue()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmjsoncpp/src/lib_json/
H A Djson_writer.cpp273 static String valueToQuotedStringN(const char* value, unsigned length, in valueToQuotedStringN() function
351 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); in valueToQuotedString()
400 document_ += valueToQuotedStringN(str, static_cast<unsigned>(end - str)); in writeValue()
423 document_ += valueToQuotedStringN(name.data(), in writeValue()
469 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
687 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
961 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str), in writeValue()
985 writeWithIndent(valueToQuotedStringN( in writeValue()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmjsoncpp/src/lib_json/
H A Djson_writer.cpp273 static String valueToQuotedStringN(const char* value, unsigned length, in valueToQuotedStringN() function
351 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); in valueToQuotedString()
400 document_ += valueToQuotedStringN(str, static_cast<unsigned>(end - str)); in writeValue()
423 document_ += valueToQuotedStringN(name.data(), in writeValue()
469 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
687 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
961 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str), in writeValue()
985 writeWithIndent(valueToQuotedStringN( in writeValue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/jsoncpp/source/src/lib_json/
H A Djson_writer.cpp270 static String valueToQuotedStringN(const char* value, unsigned length) { in valueToQuotedStringN() function
340 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); in valueToQuotedString()
389 document_ += valueToQuotedStringN(str, static_cast<unsigned>(end - str)); in writeValue()
412 document_ += valueToQuotedStringN(name.data(), in writeValue()
458 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
676 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
956 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
979 writeWithIndent(valueToQuotedStringN( in writeValue()
/dports/www/firefox/firefox-99.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_writer.cpp275 static String valueToQuotedStringN(const char* value, size_t length, in valueToQuotedStringN() function
353 return valueToQuotedStringN(value, strlen(value)); in valueToQuotedString()
402 document_ += valueToQuotedStringN(str, static_cast<size_t>(end - str)); in writeValue()
425 document_ += valueToQuotedStringN(name.data(), name.length()); in writeValue()
470 pushValue(valueToQuotedStringN(str, static_cast<size_t>(end - str))); in writeValue()
688 pushValue(valueToQuotedStringN(str, static_cast<size_t>(end - str))); in writeValue()
963 valueToQuotedStringN(str, static_cast<size_t>(end - str), emitUTF8_)); in writeValue()
987 valueToQuotedStringN(name.data(), name.length(), emitUTF8_)); in writeValue()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_writer.cpp273 static String valueToQuotedStringN(const char* value, unsigned length, in valueToQuotedStringN() function
351 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); in valueToQuotedString()
400 document_ += valueToQuotedStringN(str, static_cast<unsigned>(end - str)); in writeValue()
423 document_ += valueToQuotedStringN(name.data(), in writeValue()
469 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
687 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
961 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str), in writeValue()
985 writeWithIndent(valueToQuotedStringN( in writeValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/jsoncpp/source/src/lib_json/
H A Djson_writer.cpp273 static String valueToQuotedStringN(const char* value, unsigned length, in valueToQuotedStringN() function
351 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); in valueToQuotedString()
400 document_ += valueToQuotedStringN(str, static_cast<unsigned>(end - str)); in writeValue()
423 document_ += valueToQuotedStringN(name.data(), in writeValue()
469 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
687 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
961 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str), in writeValue()
985 writeWithIndent(valueToQuotedStringN( in writeValue()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmjsoncpp/src/lib_json/
H A Djson_writer.cpp273 static String valueToQuotedStringN(const char* value, unsigned length, in valueToQuotedStringN() function
351 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); in valueToQuotedString()
400 document_ += valueToQuotedStringN(str, static_cast<unsigned>(end - str)); in writeValue()
423 document_ += valueToQuotedStringN(name.data(), in writeValue()
469 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
687 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
961 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str), in writeValue()
985 writeWithIndent(valueToQuotedStringN( in writeValue()
/dports/graphics/open3d/Open3D-0.2/src/External/jsoncpp/
H A Djson_writer.cpp253 static JSONCPP_STRING valueToQuotedStringN(const char* value, unsigned length) { in valueToQuotedStringN() function
326 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); in valueToQuotedString()
375 if (ok) document_ += valueToQuotedStringN(str, static_cast<unsigned>(end-str)); in writeValue()
399 document_ += valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length())); in writeValue()
445 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
662 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
943 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
965 writeWithIndent(valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length()))); in writeValue()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_writer.cpp273 static String valueToQuotedStringN(const char* value, unsigned length, in valueToQuotedStringN() function
351 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); in valueToQuotedString()
400 document_ += valueToQuotedStringN(str, static_cast<unsigned>(end - str)); in writeValue()
423 document_ += valueToQuotedStringN(name.data(), in writeValue()
469 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
687 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
961 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str), in writeValue()
985 writeWithIndent(valueToQuotedStringN( in writeValue()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/jsoncpp/
H A Djson_writer.cpp253 static JSONCPP_STRING valueToQuotedStringN(const char* value, unsigned length) { in valueToQuotedStringN() function
326 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); in valueToQuotedString()
375 if (ok) document_ += valueToQuotedStringN(str, static_cast<unsigned>(end-str)); in writeValue()
399 document_ += valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length())); in writeValue()
445 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
662 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
943 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
965 writeWithIndent(valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length()))); in writeValue()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_writer.cpp257 static JSONCPP_STRING valueToQuotedStringN(const char* value, unsigned length) { in valueToQuotedStringN() function
366 if (ok) document_ += valueToQuotedStringN(str, static_cast<unsigned>(end-str)); in writeValue()
390 document_ += valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length())); in writeValue()
436 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
653 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
934 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
956 writeWithIndent(valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length()))); in writeValue()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/jsoncpp/src/lib_json/
H A Djson_writer.cpp251 static JSONCPP_STRING valueToQuotedStringN(const char* value, unsigned length) { in valueToQuotedStringN() function
360 if (ok) document_ += valueToQuotedStringN(str, static_cast<unsigned>(end-str)); in writeValue()
384 document_ += valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length())); in writeValue()
430 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
647 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
928 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
950 writeWithIndent(valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length()))); in writeValue()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/jsoncpp/vtkjsoncpp/
H A Djsoncpp.cpp4332 static String valueToQuotedStringN(const char* value, unsigned length, in valueToQuotedStringN() function
4410 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); in valueToQuotedString()
4459 document_ += valueToQuotedStringN(str, static_cast<unsigned>(end - str)); in writeValue()
4482 document_ += valueToQuotedStringN(name.data(), in writeValue()
4528 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
4746 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
5020 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str), in writeValue()
5044 writeWithIndent(valueToQuotedStringN( in writeValue()
/dports/multimedia/libopenshot/libopenshot-0.2.7/thirdparty/jsoncpp/
H A Djsoncpp.cpp4414 static String valueToQuotedStringN(const char* value, unsigned length) { in valueToQuotedStringN() function
4484 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); in valueToQuotedString()
4533 document_ += valueToQuotedStringN(str, static_cast<unsigned>(end - str)); in writeValue()
4556 document_ += valueToQuotedStringN(name.data(), in writeValue()
4602 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
4820 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
5100 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
5123 writeWithIndent(valueToQuotedStringN( in writeValue()
/dports/devel/simdjson/simdjson-0.9.6/dependencies/jsoncppdist/
H A Djsoncpp.cpp4434 static String valueToQuotedStringN(const char* value, unsigned length) { in valueToQuotedStringN() function
4504 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); in valueToQuotedString()
4553 document_ += valueToQuotedStringN(str, static_cast<unsigned>(end - str)); in writeValue()
4576 document_ += valueToQuotedStringN(name.data(), in writeValue()
4622 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
4840 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
5120 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
5143 writeWithIndent(valueToQuotedStringN( in writeValue()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/dependencies/jsoncppdist/
H A Djsoncpp.cpp4434 static String valueToQuotedStringN(const char* value, unsigned length) { in valueToQuotedStringN() function
4504 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); in valueToQuotedString()
4553 document_ += valueToQuotedStringN(str, static_cast<unsigned>(end - str)); in writeValue()
4576 document_ += valueToQuotedStringN(name.data(), in writeValue()
4622 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
4840 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
5120 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
5143 writeWithIndent(valueToQuotedStringN( in writeValue()
/dports/comms/redsea/redsea-0.20/src/
H A Djsoncpp.cpp4420 static JSONCPP_STRING valueToQuotedStringN(const char* value, unsigned length) { in valueToQuotedStringN() function
4493 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); in valueToQuotedString()
4542 if (ok) document_ += valueToQuotedStringN(str, static_cast<unsigned>(end-str)); in writeValue()
4566 document_ += valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length())); in writeValue()
4612 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
4829 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
5110 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
5133 …writeWithIndent(valueToQuotedStringN(name_notags.data(), static_cast<unsigned>(name_notags.length(… in writeValue()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/jsoncpp/vtkjsoncpp/
H A Djsoncpp.cpp4397 static JSONCPP_STRING valueToQuotedStringN(const char* value, unsigned length) { in valueToQuotedStringN() function
4470 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); in valueToQuotedString()
4519 if (ok) document_ += valueToQuotedStringN(str, static_cast<unsigned>(end-str)); in writeValue()
4543 document_ += valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length())); in writeValue()
4589 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
4806 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
5087 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
5109 writeWithIndent(valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length()))); in writeValue()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/json/
H A Djsoncpp.cpp4431 static String valueToQuotedStringN(const char* value, unsigned length) { in valueToQuotedStringN() function
4501 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); in valueToQuotedString()
4550 document_ += valueToQuotedStringN(str, static_cast<unsigned>(end - str)); in writeValue()
4573 document_ += valueToQuotedStringN(name.data(), in writeValue()
4619 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
4837 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
5117 pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end - str))); in writeValue()
5140 writeWithIndent(valueToQuotedStringN( in writeValue()
/dports/biology/bamtools/bamtools-2.5.2/src/third_party/jsoncpp/
H A Djsoncpp.cpp4397 static JSONCPP_STRING valueToQuotedStringN(const char* value, unsigned length) { in valueToQuotedStringN() function
4470 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value))); in valueToQuotedString()
4519 if (ok) document_ += valueToQuotedStringN(str, static_cast<unsigned>(end-str)); in writeValue()
4543 document_ += valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length())); in writeValue()
4589 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
4806 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
5087 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
5109 writeWithIndent(valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length()))); in writeValue()
/dports/databases/libcouchbase/libcouchbase-2.10.7/contrib/lcb-jsoncpp/
H A Dlcb-jsoncpp.cpp3944 static std::string valueToQuotedStringN(const char* value, unsigned length) { in valueToQuotedStringN() function
4046 if (ok) document_ += valueToQuotedStringN(str, static_cast<unsigned>(end-str)); in writeValue()
4070 document_ += valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length())); in writeValue()
4116 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
4334 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
4608 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
4630 writeWithIndent(valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length()))); in writeValue()
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/projects/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp4160 static std::string valueToQuotedStringN(const char* value, unsigned length) { in valueToQuotedStringN() function
4269 if (ok) document_ += valueToQuotedStringN(str, static_cast<unsigned>(end-str)); in writeValue()
4293 document_ += valueToQuotedStringN(name.data(), name.length()); in writeValue()
4339 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
4557 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
4831 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
4853 writeWithIndent(valueToQuotedStringN(name.data(), name.length())); in writeValue()
/dports/devel/intel-graphics-compiler/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp4160 static std::string valueToQuotedStringN(const char* value, unsigned length) { in valueToQuotedStringN() function
4269 if (ok) document_ += valueToQuotedStringN(str, static_cast<unsigned>(end-str)); in writeValue()
4293 document_ += valueToQuotedStringN(name.data(), name.length()); in writeValue()
4339 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
4557 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
4831 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue()
4853 writeWithIndent(valueToQuotedStringN(name.data(), name.length())); in writeValue()

12