Home
last modified time | relevance | path

Searched refs:jsonstr (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/python/
Dhpackmake.py61 jsonstr = json.dumps(res, indent=2)
63 f.write(jsonstr)
/third_party/skia/modules/skottie/src/
DSkottie.cpp69 SkString jsonstr = json ? json->toString() : SkString(); in log() local
71 fLogger->log(lvl, buff, jsonstr.c_str()); in log()
/third_party/flutter/skia/modules/skottie/src/
DSkottie.cpp65 SkString jsonstr = json ? json->toString() : SkString(); in log() local
67 fLogger->log(lvl, buff, jsonstr.c_str()); in log()
/third_party/ejdb/src/jbl/
Djbl.h437 IW_EXPORT iwrc jbl_from_json(JBL *jblp, const char *jsonstr);
Djbl.c502 iwrc jbl_from_json(JBL *jblp, const char *jsonstr) { in jbl_from_json() argument
505 IWPOOL *pool = iwpool_create(2 * strlen(jsonstr)); in jbl_from_json()
511 rc = jbn_from_json(jsonstr, &node, pool); in jbl_from_json()