Home
last modified time | relevance | path

Searched refs:refThis (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/scene_graph/
H A DNodeGroup.cpp45 int refThis = Node::destroy(); in destroy() local
48 if (0 != refThis) { in destroy()
49 return refThis; in destroy()
65 return refThis; in destroy()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/
H A Dlayertree_dnd.cc281 Glib::RefPtr<Gtk::TreeModel> refThis = in row_drop_possible_vfunc() local
283 refThis->reference(); in row_drop_possible_vfunc()
286 refThis, path_dragged_row ); in row_drop_possible_vfunc()
395 Glib::RefPtr<Gtk::TreeModel> refThis = in drag_data_received_vfunc() local
397 refThis->reference(); in drag_data_received_vfunc()
400 refThis, path_dragged_row ); in drag_data_received_vfunc()
/dports/devel/libglademm24/libglademm-2.6.7/libglade/libglademm/
H A Dxml.h305 Glib::RefPtr<Gnome::Glade::Xml> refThis(this); in get_widget_derived()
306 refThis->reference(); //take a copy. in get_widget_derived()
307 widget = new T_Widget(pCWidget, refThis); in get_widget_derived()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dbuilder.h505 Glib::RefPtr<Gtk::Builder> refThis(this); in get_widget_derived()
506 refThis->reference(); //take a copy. in get_widget_derived()
507 widget = new T_Widget(pCWidget, refThis); in get_widget_derived()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dbuilder.h799 Glib::RefPtr<Gtk::Builder> refThis(this); in get_widget_derived()
800 refThis->reference(); //take a copy. in get_widget_derived()
801 widget = new T_Widget(pCWidget, refThis, std::forward<Args>(args)...); in get_widget_derived()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbrpc/
H A DReplicationPolicy.h57 Reference<IReplicationPolicy> refThis(this); in serialize()
58 serializeReplicationPolicy(ar, refThis); in serialize()
59 refThis->delref_no_destroy(); in serialize()
/dports/math/openturns/openturns-1.18/lib/src/Base/Type/
H A DTensorImplementation.cxx209 TensorImplementation & refThis = * const_cast<TensorImplementation *>(this); in symmetrize() local
213 refThis[this->convertPosition(i, j, k)] = (*this)[this->convertPosition(j, i, k)]; in symmetrize()
H A DComplexTensorImplementation.cxx209 ComplexTensorImplementation & refThis = * const_cast<ComplexTensorImplementation *>(this); in hermitianize() local
213refThis[this->convertPosition(i, j, k)] = std::conj( (*this)[this->convertPosition(j, i, k)] ); in hermitianize()
H A DMatrixImplementation.cxx661 MatrixImplementation *refThis(const_cast<MatrixImplementation *>(this)); in symmetrize() local
665 refThis->operator[](convertPosition(i, j)) = operator[](convertPosition(j, i)); in symmetrize()
671 MatrixImplementation *refThis(const_cast<MatrixImplementation *>(this)); in triangularize() local
676 refThis->operator[](convertPosition(i, j)) = 0.0; in triangularize()
682 refThis->operator[](convertPosition(i, j)) = 0.0; in triangularize()
H A DComplexMatrixImplementation.cxx327 ComplexMatrixImplementation *refThis(const_cast<ComplexMatrixImplementation *>(this)); in hermitianize() local
333 if (std::abs(value.imag()) == 0.0) refThis->operator[](convertPosition(j, i)) = value.real(); in hermitianize()
334 else refThis->operator[](convertPosition(j, i)) = std::conj(value); in hermitianize()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/cplusplus/typeprettyprinter/
H A Dtst_typeprettyprinter.cpp120 static FullySpecifiedType refThis(const FullySpecifiedType &type) in refThis() function
220 addRow(refThis(fnTy("foo", voidTy())), bindToNothing, "void foo() &", "foo"); in basic_data()
222 addRow(refThis(fnTy("foo", voidTy())), bindToAll, "void foo() &", "foo"); in basic_data()
224 addRow(cnstThis(refThis(fnTy("foo", voidTy()))), bindToNothing, "void foo() const &", "foo"); in basic_data()
226 addRow(cnstThis(refThis(fnTy("foo", voidTy()))), bindToAll, "void foo() const&", "foo"); in basic_data()
/dports/devel/libglademm24/libglademm-2.6.7/libglade/src/
H A Dxml.hg246 Glib::RefPtr<Gnome::Glade::Xml> refThis(this);
247 refThis->reference(); //take a copy.
248 widget = new T_Widget(pCWidget, refThis);
/dports/deskutils/notekit/notekit-6d6278b/
H A Dnavigation.cpp66 Glib::RefPtr<Gtk::TreeModel> refThis = Glib::RefPtr<CNavigationTreeStore>(this); // wtf, gtkmm in drag_data_received_vfunc() local
67 refThis->reference(); // I suppose this prevents us from deallocating ourselves in drag_data_received_vfunc()
70 Gtk::TreeModel::Path::get_from_selection_data(selection_data,refThis,src); in drag_data_received_vfunc()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dbuilder.hg358 Glib::RefPtr<Gtk::Builder> refThis(this);
359 refThis->reference(); //take a copy.
360 widget = new T_Widget(pCWidget, refThis);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dbuilder.hg571 Glib::RefPtr<Gtk::Builder> refThis(this);
572 refThis->reference(); //take a copy.
573 widget = new T_Widget(pCWidget, refThis, std::forward<Args>(args)...);