FunctionClosure0 238 third_party/protobuf/src/google/protobuf/stubs/common.cc namespace internal { FunctionClosure0::~FunctionClosure0() {} } FunctionClosure0 878 third_party/protobuf/src/google/protobuf/stubs/common.h class LIBPROTOBUF_EXPORT FunctionClosure0 : public Closure { FunctionClosure0 882 third_party/protobuf/src/google/protobuf/stubs/common.h FunctionClosure0(FunctionType function, bool self_deleting) FunctionClosure0 884 third_party/protobuf/src/google/protobuf/stubs/common.h ~FunctionClosure0(); FunctionClosure0 1018 third_party/protobuf/src/google/protobuf/stubs/common.h return new internal::FunctionClosure0(function, true); FunctionClosure0 1023 third_party/protobuf/src/google/protobuf/stubs/common.h return new internal::FunctionClosure0(function, false); FunctionClosure0 126 third_party/protobuf/src/google/protobuf/stubs/once.h internal::FunctionClosure0 func(init_func, false);