Searched refs:weak_ptr (Results 1 – 5 of 5) sorted by relevance
76 template<class T> class weak_ptr;82 template<class T> void swap(weak_ptr<T> & a, weak_ptr<T> & b);96 # include <boost/weak_ptr.hpp>113 using ::boost::weak_ptr;117 // weak_ptr IO
38 GtkWidget **weak_ptr, in show_error_dialog() argument54 if (weak_ptr == NULL || *weak_ptr == NULL) in show_error_dialog()65 if (weak_ptr != NULL) in show_error_dialog()67 *weak_ptr = dialog; in show_error_dialog()68 g_object_add_weak_pointer (G_OBJECT (dialog), (void**)weak_ptr); in show_error_dialog()77 g_return_if_fail (GTK_IS_MESSAGE_DIALOG (*weak_ptr)); in show_error_dialog()79 gtk_label_set_text (GTK_LABEL (GTK_MESSAGE_DIALOG (*weak_ptr)->label), message); in show_error_dialog()81 gtk_window_present (GTK_WINDOW (*weak_ptr)); in show_error_dialog()
188 template<typename T> struct weak_ptr { struct189 constexpr weak_ptr() : p(0) {} in weak_ptr() function193 weak_ptr<T> weak_this; argument
149 'memory/weak_ptr.cc',150 'memory/weak_ptr.h',
119 base/memory/weak_ptr.cc \