OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FunctionClosure0
(Results
1 - 7
of
7
) sorted by null
/external/protobuf/src/google/protobuf/stubs/
common.cc
238
namespace internal {
FunctionClosure0
::~
FunctionClosure0
() {} }
common.h
866
class LIBPROTOBUF_EXPORT
FunctionClosure0
: public Closure {
870
FunctionClosure0
(FunctionType function, bool self_deleting)
872
~
FunctionClosure0
();
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
callback.h
119
class LIBPROTOBUF_EXPORT
FunctionClosure0
: public Closure {
123
FunctionClosure0
(FunctionType function, bool self_deleting)
125
~
FunctionClosure0
();
386
return new internal::
FunctionClosure0
(function, true);
391
return new internal::
FunctionClosure0
(function, false);
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h
863
class LIBPROTOBUF_EXPORT
FunctionClosure0
: public Closure {
867
FunctionClosure0
(FunctionType function, bool self_deleting)
869
~
FunctionClosure0
();
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h
863
class LIBPROTOBUF_EXPORT
FunctionClosure0
: public Closure {
867
FunctionClosure0
(FunctionType function, bool self_deleting)
869
~
FunctionClosure0
();
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h
863
class LIBPROTOBUF_EXPORT
FunctionClosure0
: public Closure {
867
FunctionClosure0
(FunctionType function, bool self_deleting)
869
~
FunctionClosure0
();
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h
863
class LIBPROTOBUF_EXPORT
FunctionClosure0
: public Closure {
867
FunctionClosure0
(FunctionType function, bool self_deleting)
869
~
FunctionClosure0
();
[
all
...]
Completed in 149 milliseconds