Searched refs:self_deleting (Results 1 – 2 of 2) sorted by relevance
/third_party/protobuf/src/google/protobuf/stubs/ |
D | callback.h | 126 FunctionClosure0(FunctionType function, bool self_deleting) in FunctionClosure0() argument 127 : function_(function), self_deleting_(self_deleting) {} in FunctionClosure0() 146 MethodClosure0(Class* object, MethodType method, bool self_deleting) in MethodClosure0() argument 147 : object_(object), method_(method), self_deleting_(self_deleting) {} in MethodClosure0() 167 FunctionClosure1(FunctionType function, bool self_deleting, in FunctionClosure1() argument 169 : function_(function), self_deleting_(self_deleting), in FunctionClosure1() 190 MethodClosure1(Class* object, MethodType method, bool self_deleting, in MethodClosure1() argument 192 : object_(object), method_(method), self_deleting_(self_deleting), in MethodClosure1() 214 FunctionClosure2(FunctionType function, bool self_deleting, in FunctionClosure2() argument 216 : function_(function), self_deleting_(self_deleting), in FunctionClosure2() [all …]
|
/third_party/boost/libs/signals2/test/ |
D | trackable_test.cpp | 51 struct self_deleting : public boost::signals2::trackable { struct 67 self_deleting *obj = new self_deleting(); in test_immediate_disconnect_on_delete() argument 68 sig.connect_extended(boost::bind(&self_deleting::delete_myself, obj, _1)); in test_immediate_disconnect_on_delete()
|