Lines Matching refs:self_deleting
123 FunctionClosure0(FunctionType function, bool self_deleting) in FunctionClosure0() argument
124 : function_(function), self_deleting_(self_deleting) {} in FunctionClosure0()
143 MethodClosure0(Class* object, MethodType method, bool self_deleting) in MethodClosure0() argument
144 : object_(object), method_(method), self_deleting_(self_deleting) {} in MethodClosure0()
164 FunctionClosure1(FunctionType function, bool self_deleting, in FunctionClosure1() argument
166 : function_(function), self_deleting_(self_deleting), in FunctionClosure1()
187 MethodClosure1(Class* object, MethodType method, bool self_deleting, in MethodClosure1() argument
189 : object_(object), method_(method), self_deleting_(self_deleting), in MethodClosure1()
211 FunctionClosure2(FunctionType function, bool self_deleting, in FunctionClosure2() argument
213 : function_(function), self_deleting_(self_deleting), in FunctionClosure2()
235 MethodClosure2(Class* object, MethodType method, bool self_deleting, in MethodClosure2() argument
237 : object_(object), method_(method), self_deleting_(self_deleting), in MethodClosure2()
260 FunctionResultCallback_0_0(FunctionType function, bool self_deleting) in FunctionResultCallback_0_0() argument
261 : function_(function), self_deleting_(self_deleting) {} in FunctionResultCallback_0_0()
281 FunctionResultCallback_1_0(FunctionType function, bool self_deleting, in FunctionResultCallback_1_0() argument
283 : function_(function), self_deleting_(self_deleting), p1_(p1) {} in FunctionResultCallback_1_0()
304 FunctionResultCallback_0_1(FunctionType function, bool self_deleting) in FunctionResultCallback_0_1() argument
305 : function_(function), self_deleting_(self_deleting) {} in FunctionResultCallback_0_1()
325 FunctionResultCallback_1_1(FunctionType function, bool self_deleting, in FunctionResultCallback_1_1() argument
327 : function_(function), self_deleting_(self_deleting), p1_(p1) {} in FunctionResultCallback_1_1()
354 MethodResultCallback_5_2(T* object, MethodType method, bool self_deleting, in MethodResultCallback_5_2() argument
358 self_deleting_(self_deleting), in MethodResultCallback_5_2()