Searched refs:Orphanable (Results 1 – 3 of 3) sorted by relevance
43 class Orphanable {51 Orphanable(const Orphanable&) = delete;52 Orphanable& operator=(const Orphanable&) = delete;57 Orphanable() {} in Orphanable() function58 virtual ~Orphanable() {} in ~Orphanable()77 class InternallyRefCounted : public Orphanable {119 class InternallyRefCountedWithTracing : public Orphanable {
30 class Foo : public Orphanable {41 TEST(Orphanable, Basic) { in TEST() argument
37 class ByteStream : public Orphanable {