Searched defs:self_deleting (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ |
D | callback.h | 123 FunctionClosure0(FunctionType function, bool self_deleting) in FunctionClosure0() 143 MethodClosure0(Class* object, MethodType method, bool self_deleting) in MethodClosure0() 164 FunctionClosure1(FunctionType function, bool self_deleting, in FunctionClosure1() 187 MethodClosure1(Class* object, MethodType method, bool self_deleting, in MethodClosure1() 211 FunctionClosure2(FunctionType function, bool self_deleting, in FunctionClosure2() 235 MethodClosure2(Class* object, MethodType method, bool self_deleting, in MethodClosure2() 260 FunctionResultCallback_0_0(FunctionType function, bool self_deleting) in FunctionResultCallback_0_0() 281 FunctionResultCallback_1_0(FunctionType function, bool self_deleting, in FunctionResultCallback_1_0() 304 FunctionResultCallback_0_1(FunctionType function, bool self_deleting) in FunctionResultCallback_0_1() 325 FunctionResultCallback_1_1(FunctionType function, bool self_deleting, in FunctionResultCallback_1_1() [all …]
|