Lines Matching defs:string
22 #include <string>
34 // * Each ADD is represented by a single JSON string containing
38 // * Each RUN is represented by a JSON string containing the data to add,
58 // Writes the header to the output string.
65 // string. The output string is not null-terminated.
76 typedef std::string string;
78 // Escape the input data to conform with the JSON string spec
79 // and add it to the 'out' string.
80 void JSONEscape(const char* data, size_t size, string* out);
83 string output_;