Home | History | Annotate | Download | only in json

Lines Matching refs:encode_data

159 static void encode_data(const void* data, size_t count, Json::Value* target) {
174 encode_data(data, buffer.bytesWritten(), &bytes);
211 encode_data(encoded->data(), encoded->size(), &bytes);
417 encode_data(data, buffer.bytesWritten(), &bytes);