Searched defs:toJson (Results 1 – 14 of 14) sorted by relevance
153 void GrAuditTrail::toJson(SkJSONWriter& writer) const { in toJson() function in GrAuditTrail159 void GrAuditTrail::toJson(SkJSONWriter& writer, int clientID) const { in toJson() function in GrAuditTrail177 void GrAuditTrail::Op::toJson(SkJSONWriter& writer) const { in toJson() function in GrAuditTrail::Op194 void GrAuditTrail::OpNode::toJson(SkJSONWriter& writer) const { in toJson() function in GrAuditTrail::OpNode
17 fun toJson(): JsonElement = JsonObject().apply { in <lambda>() method
73 public JSONObject toJson(Object id) throws JSONException { in toJson() method in Sl4aErrors84 public JSONObject toJson(Object id, Object details) throws JSONException { in toJson() method in Sl4aErrors
22 public static String toJson(@JSONVerbosityLevel int verbosityLevel) { in toJson() method in StatisticsRecorderAndroid
38 public JSONObject toJson() { in toJson() method in ConnectedBoard
12 public abstract JSONObject toJson(); in toJson() method in JsonRpcEntity
54 public JSONObject toJson() { in toJson() method in ConnectedDutInfo
66 public JSONObject toJson() { in toJson() method in WifiInfo
51 public JSONObject toJson() { in toJson() method in OperationStatus
65 public JSONObject toJson() { in toJson() method in NetworkInfo
99 public JSONObject toJson() { in toJson() method in CloudStorageInfo
152 public JSONObject toJson() { in toJson() method in VersionInfo
269 SkToJsonVisitor toJson(writer); in draw() local