HomeSort by relevance Sort by last modified time
    Searched defs:FunctionClosure0 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.cc 238 namespace internal { FunctionClosure0::~FunctionClosure0() {} }
common.h 878 class LIBPROTOBUF_EXPORT FunctionClosure0 : public Closure {
882 FunctionClosure0(FunctionType function, bool self_deleting)
884 ~FunctionClosure0();
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.cc 234 namespace internal { FunctionClosure0::~FunctionClosure0() {} }
common.h 819 class LIBPROTOBUF_EXPORT FunctionClosure0 : public Closure {
823 FunctionClosure0(FunctionType function, bool self_deleting)
825 ~FunctionClosure0();
953 return new internal::FunctionClosure0(function, true);
958 return new internal::FunctionClosure0(function, false);
    [all...]

Completed in 365 milliseconds