Home
last modified time | relevance | path

Searched refs:Orphanable (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/lib/gprpp/
Dorphanable.h43 class Orphanable {
51 Orphanable(const Orphanable&) = delete;
52 Orphanable& operator=(const Orphanable&) = delete;
57 Orphanable() {} in Orphanable() function
58 virtual ~Orphanable() {} in ~Orphanable()
77 class InternallyRefCounted : public Orphanable {
119 class InternallyRefCountedWithTracing : public Orphanable {
/external/grpc-grpc/test/core/gprpp/
Dorphanable_test.cc30 class Foo : public Orphanable {
41 TEST(Orphanable, Basic) { in TEST() argument
/external/grpc-grpc/src/core/lib/transport/
Dbyte_stream.h37 class ByteStream : public Orphanable {