Searched refs:cluster_obj (Results 1 – 1 of 1) sorted by relevance
1246 json::object *cluster_obj = new json::object (); in to_json() local1248 cluster_obj->set ("escaped", new json::literal (m_escaped)); in to_json()1249 cluster_obj->set ("touched", new json::literal (m_touched)); in to_json()1250 cluster_obj->set ("map", m_map.to_json ()); in to_json()1252 return cluster_obj; in to_json()