Searched refs:valueToQuotedStringN (Results 1 – 6 of 6) sorted by relevance
/external/jsoncpp/src/lib_json/ |
D | json_writer.cpp | 273 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()
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 4160 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()
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 4216 static std::string valueToQuotedStringN(const char* value, unsigned length) { in valueToQuotedStringN() function 4325 if (ok) document_ += valueToQuotedStringN(str, static_cast<unsigned>(end-str)); in writeValue() 4349 document_ += valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length())); in writeValue() 4395 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue() 4612 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue() 4893 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str))); in writeValue() 4915 writeWithIndent(valueToQuotedStringN(name.data(), static_cast<unsigned>(name.length()))); in writeValue()
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 4160 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()
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 4160 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()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 4160 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()
|