Searched refs:Orphanable (Results 1 – 9 of 9) sorted by relevance
42 class Orphanable {50 Orphanable(const Orphanable&) = delete;51 Orphanable& operator=(const Orphanable&) = delete;54 Orphanable() {} in Orphanable() function55 virtual ~Orphanable() {} in ~Orphanable()76 class InternallyRefCounted : public Orphanable {
52 class DualRefCounted : public Orphanable {
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 {
41 class ByteStream : public Orphanable {
36 class WorkSerializer::WorkSerializerImpl : public Orphanable {
59 class CallState : public Orphanable {
72 class ListenerInterface : public Orphanable {