Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_writer.cpp111 std::string valueToQuotedString(const char* value) { in valueToQuotedString() function
214 document_ += valueToQuotedString(value.asCString()); in writeValue()
237 document_ += valueToQuotedString(name.c_str()); in writeValue()
278 pushValue(valueToQuotedString(value.asCString())); in writeValue()
298 writeWithIndent(valueToQuotedString(name.c_str())); in writeValue()
501 pushValue(valueToQuotedString(value.asCString())); in writeValue()
521 writeWithIndent(valueToQuotedString(name.c_str())); in writeValue()
/external/jsoncpp/include/json/
Dwriter.h201 std::string JSON_API valueToQuotedString(const char* value);
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h1985 std::string JSON_API valueToQuotedString(const char* value);
Djsoncpp.cpp4139 std::string valueToQuotedString(const char* value) { in valueToQuotedString() function
4417 writeWithIndent(valueToQuotedString(name.c_str())); in writeValue()
4634 writeWithIndent(valueToQuotedString(name.c_str())); in writeValue()