Searched defs:self_deleting (Results 1 - 5 of 5) sorted by relevance

/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
H A Dcallback.h123 FunctionClosure0(FunctionType function, bool self_deleting) argument
124 : function_(function), self_deleting_(self_deleting) {}
143 MethodClosure0(Class* object, MethodType method, bool self_deleting) argument
144 : object_(object), method_(method), self_deleting_(self_deleting) {}
164 FunctionClosure1(FunctionType function, bool self_deleting, argument
166 : function_(function), self_deleting_(self_deleting),
187 MethodClosure1(Class* object, MethodType method, bool self_deleting, argument
189 : object_(object), method_(method), self_deleting_(self_deleting),
211 FunctionClosure2(FunctionType function, bool self_deleting, argument
213 : function_(function), self_deleting_(self_deleting),
235 MethodClosure2(Class* object, MethodType method, bool self_deleting, Arg1 arg1, Arg2 arg2) argument
260 FunctionResultCallback_0_0(FunctionType function, bool self_deleting) argument
281 FunctionResultCallback_1_0(FunctionType function, bool self_deleting, P1 p1) argument
304 FunctionResultCallback_0_1(FunctionType function, bool self_deleting) argument
325 FunctionResultCallback_1_1(FunctionType function, bool self_deleting, P1 p1) argument
354 MethodResultCallback_5_2(T* object, MethodType method, bool self_deleting, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
[all...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
H A Dcommon.h867 FunctionClosure0(FunctionType function, bool self_deleting) argument
868 : function_(function), self_deleting_(self_deleting) {}
887 MethodClosure0(Class* object, MethodType method, bool self_deleting) argument
888 : object_(object), method_(method), self_deleting_(self_deleting) {}
908 FunctionClosure1(FunctionType function, bool self_deleting, argument
910 : function_(function), self_deleting_(self_deleting),
931 MethodClosure1(Class* object, MethodType method, bool self_deleting, argument
933 : object_(object), method_(method), self_deleting_(self_deleting),
955 FunctionClosure2(FunctionType function, bool self_deleting, argument
957 : function_(function), self_deleting_(self_deleting),
979 MethodClosure2(Class* object, MethodType method, bool self_deleting, Arg1 arg1, Arg2 arg2) argument
[all...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
H A Dcommon.h867 FunctionClosure0(FunctionType function, bool self_deleting) argument
868 : function_(function), self_deleting_(self_deleting) {}
887 MethodClosure0(Class* object, MethodType method, bool self_deleting) argument
888 : object_(object), method_(method), self_deleting_(self_deleting) {}
908 FunctionClosure1(FunctionType function, bool self_deleting, argument
910 : function_(function), self_deleting_(self_deleting),
931 MethodClosure1(Class* object, MethodType method, bool self_deleting, argument
933 : object_(object), method_(method), self_deleting_(self_deleting),
955 FunctionClosure2(FunctionType function, bool self_deleting, argument
957 : function_(function), self_deleting_(self_deleting),
979 MethodClosure2(Class* object, MethodType method, bool self_deleting, Arg1 arg1, Arg2 arg2) argument
[all...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
H A Dcommon.h867 FunctionClosure0(FunctionType function, bool self_deleting) argument
868 : function_(function), self_deleting_(self_deleting) {}
887 MethodClosure0(Class* object, MethodType method, bool self_deleting) argument
888 : object_(object), method_(method), self_deleting_(self_deleting) {}
908 FunctionClosure1(FunctionType function, bool self_deleting, argument
910 : function_(function), self_deleting_(self_deleting),
931 MethodClosure1(Class* object, MethodType method, bool self_deleting, argument
933 : object_(object), method_(method), self_deleting_(self_deleting),
955 FunctionClosure2(FunctionType function, bool self_deleting, argument
957 : function_(function), self_deleting_(self_deleting),
979 MethodClosure2(Class* object, MethodType method, bool self_deleting, Arg1 arg1, Arg2 arg2) argument
[all...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
H A Dcommon.h867 FunctionClosure0(FunctionType function, bool self_deleting) argument
868 : function_(function), self_deleting_(self_deleting) {}
887 MethodClosure0(Class* object, MethodType method, bool self_deleting) argument
888 : object_(object), method_(method), self_deleting_(self_deleting) {}
908 FunctionClosure1(FunctionType function, bool self_deleting, argument
910 : function_(function), self_deleting_(self_deleting),
931 MethodClosure1(Class* object, MethodType method, bool self_deleting, argument
933 : object_(object), method_(method), self_deleting_(self_deleting),
955 FunctionClosure2(FunctionType function, bool self_deleting, argument
957 : function_(function), self_deleting_(self_deleting),
979 MethodClosure2(Class* object, MethodType method, bool self_deleting, Arg1 arg1, Arg2 arg2) argument
[all...]

Completed in 439 milliseconds