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

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h882 FunctionClosure0(FunctionType function, bool self_deleting) argument
883 : function_(function), self_deleting_(self_deleting) {}
902 MethodClosure0(Class* object, MethodType method, bool self_deleting) argument
903 : object_(object), method_(method), self_deleting_(self_deleting) {}
923 FunctionClosure1(FunctionType function, bool self_deleting, argument
925 : function_(function), self_deleting_(self_deleting),
946 MethodClosure1(Class* object, MethodType method, bool self_deleting, argument
948 : object_(object), method_(method), self_deleting_(self_deleting),
970 FunctionClosure2(FunctionType function, bool self_deleting, argument
972 : function_(function), self_deleting_(self_deleting),
994 MethodClosure2(Class* object, MethodType method, bool self_deleting, Arg1 arg1, Arg2 arg2) argument
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h823 FunctionClosure0(FunctionType function, bool self_deleting) argument
824 : function_(function), self_deleting_(self_deleting) {}
842 MethodClosure0(Class* object, MethodType method, bool self_deleting) argument
843 : object_(object), method_(method), self_deleting_(self_deleting) {}
862 FunctionClosure1(FunctionType function, bool self_deleting, argument
864 : function_(function), self_deleting_(self_deleting),
884 MethodClosure1(Class* object, MethodType method, bool self_deleting, argument
886 : object_(object), method_(method), self_deleting_(self_deleting),
907 FunctionClosure2(FunctionType function, bool self_deleting, argument
909 : function_(function), self_deleting_(self_deleting),
930 MethodClosure2(Class* object, MethodType method, bool self_deleting, Arg1 arg1, Arg2 arg2) argument
[all...]

Completed in 1603 milliseconds