Searched refs:ObjectToJSON (Results 1 – 1 of 1) sorted by relevance
35 panda::JsonObjectBuilder ObjectToJSON(panda::ets::EtsObject *d);178 jsonBuilder.Add([d](panda::JsonObjectBuilder &x) { x = ObjectToJSON(d); }); in EtsArrayToJSON()267 … curJson.AddProperty(fieldName, [fPtr](panda::JsonObjectBuilder &x) { x = ObjectToJSON(fPtr); }); in AddFieldsToJSON()286 panda::JsonObjectBuilder ObjectToJSON(panda::ets::EtsObject *d) in ObjectToJSON() function340 resString = ObjectToJSON(dHandle.GetPtr()).Build(); in EscompatJSONStringifyObj()