HomeSort by: relevance | last modified time | path
    Searched defs:refcounted_object (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
refcounted-object.h 26 class refcounted_object class
29 refcounted_object () = default;
48 DISABLE_COPY_AND_ASSIGN (refcounted_object);
55 refcounted_object. */
59 static void incref (refcounted_object *ptr)
64 static void decref (refcounted_object *ptr)
70 /* A policy class to interface gdb::ref_ptr with a refcounted_object, that
  /src/external/gpl3/gdb.old/dist/gdbsupport/
refcounted-object.h 26 class refcounted_object class
29 refcounted_object () = default;
48 DISABLE_COPY_AND_ASSIGN (refcounted_object);
55 refcounted_object. */
59 static void incref (refcounted_object *ptr)
64 static void decref (refcounted_object *ptr)
70 /* A policy class to interface gdb::ref_ptr with a refcounted_object, that

Completed in 150 milliseconds