Searched refs:valueToQuotedString (Results 1 – 2 of 2) sorted by relevance
111 std::string valueToQuotedString(const char* value) { in valueToQuotedString() function214 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()
201 std::string JSON_API valueToQuotedString(const char* value);