Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dcallback.h123 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()
[all …]