HomeSort by relevance Sort by last modified time
    Searched refs:InternallyRefCounted (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/core/lib/gprpp/
orphanable.h 77 class InternallyRefCounted : public Orphanable {
80 InternallyRefCounted(const InternallyRefCounted&) = delete;
81 InternallyRefCounted& operator=(const InternallyRefCounted&) = delete;
92 InternallyRefCounted() { gpr_ref_init(&refs_, 1); }
93 virtual ~InternallyRefCounted() {}
112 // An alternative version of the InternallyRefCounted base class that
  /external/grpc-grpc/test/core/gprpp/
orphanable_test.cc 61 class Bar : public InternallyRefCounted<Bar> {
76 TEST(OrphanablePtr, InternallyRefCounted) {

Completed in 76 milliseconds