Home
last modified time | relevance | path

Searched refs:valueToQuotedStringN (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp4216 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()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp4160 static std::string valueToQuotedStringN(const char* value, unsigned length) {
4269 if (ok) document_ += valueToQuotedStringN(str, static_cast<unsigned>(end-str));
4293 document_ += valueToQuotedStringN(name.data(), name.length());
4339 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str)));
4557 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str)));
4831 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str)));
4853 writeWithIndent(valueToQuotedStringN(name.data(), name.length()));
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp4160 static std::string valueToQuotedStringN(const char* value, unsigned length) {
4269 if (ok) document_ += valueToQuotedStringN(str, static_cast<unsigned>(end-str));
4293 document_ += valueToQuotedStringN(name.data(), name.length());
4339 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str)));
4557 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str)));
4831 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str)));
4853 writeWithIndent(valueToQuotedStringN(name.data(), name.length()));
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp4160 static std::string valueToQuotedStringN(const char* value, unsigned length) {
4269 if (ok) document_ += valueToQuotedStringN(str, static_cast<unsigned>(end-str));
4293 document_ += valueToQuotedStringN(name.data(), name.length());
4339 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str)));
4557 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str)));
4831 if (ok) pushValue(valueToQuotedStringN(str, static_cast<unsigned>(end-str)));
4853 writeWithIndent(valueToQuotedStringN(name.data(), name.length()));

Completed in 21 milliseconds