Searched refs:event_obj (Results 1 – 2 of 2) sorted by relevance
500 json::object *event_obj = new json::object (); in default_tree_make_json_for_path() local502 event_obj->set ("location", in default_tree_make_json_for_path()506 event_obj->set ("description", new json::string (event_text.m_buffer)); in default_tree_make_json_for_path()512 event_obj->set ("function", new json::string (function)); in default_tree_make_json_for_path()514 event_obj->set ("depth", in default_tree_make_json_for_path()516 path_array->append (event_obj); in default_tree_make_json_for_path()
504 json::object *event_obj = new json::object (); in default_tree_make_json_for_path() local506 event_obj->set ("location", in default_tree_make_json_for_path()509 event_obj->set ("description", new json::string (event_text.m_buffer)); in default_tree_make_json_for_path()515 event_obj->set ("function", new json::string (function)); in default_tree_make_json_for_path()517 event_obj->set ("depth", in default_tree_make_json_for_path()519 path_array->append (event_obj); in default_tree_make_json_for_path()