Home | History | Annotate | Download | only in json

Lines Matching defs:bytes

173         Json::Value bytes;
174 encode_data(data, buffer.bytesWritten(), &bytes);
177 jsonFlattenable[SKJSONCANVAS_ATTRIBUTE_BYTES] = bytes;
210 Json::Value bytes;
211 encode_data(encoded->data(), encoded->size(), &bytes);
212 (*target)[SKJSONCANVAS_ATTRIBUTE_BYTES] = bytes;
416 Json::Value bytes;
417 encode_data(data, buffer.bytesWritten(), &bytes);
418 bytes;