Lines Matching refs:_refCounted
34 RefCountedStore _refCounted; member
38 _refCounted.initialize(); in this()
43 ++_refCounted._store._count; in this()
48 if (--_refCounted._store._count) in ~this()
52 free(_refCounted._store); in ~this()
53 _refCounted._store = null; in ~this()
58 _refCounted.ensureInitialized(); in refCountedPayload()
86 if (path._refCounted._store._count != 1) in main()
90 if (path._refCounted._store._count != 2) in main()
94 if (path._refCounted._store._count != 3) in main()
97 if (path._refCounted._store._count != 2) in main()
100 if (path._refCounted._store._count != 1) in main()