Searched refs:self_deleting (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ |
D | common.h | 823 FunctionClosure0(FunctionType function, bool self_deleting) in FunctionClosure0() argument 824 : function_(function), self_deleting_(self_deleting) {} in FunctionClosure0() 842 MethodClosure0(Class* object, MethodType method, bool self_deleting) in MethodClosure0() argument 843 : object_(object), method_(method), self_deleting_(self_deleting) {} in MethodClosure0() 862 FunctionClosure1(FunctionType function, bool self_deleting, in FunctionClosure1() argument 864 : function_(function), self_deleting_(self_deleting), in FunctionClosure1() 884 MethodClosure1(Class* object, MethodType method, bool self_deleting, in MethodClosure1() argument 886 : object_(object), method_(method), self_deleting_(self_deleting), in MethodClosure1() 907 FunctionClosure2(FunctionType function, bool self_deleting, in FunctionClosure2() argument 909 : function_(function), self_deleting_(self_deleting), in FunctionClosure2() [all …]
|