Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
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()