Lines Matching refs:ResourceObj
65 // - ResourceObj
455 // new(ResourceObj::C_HEAP) Foo(...) or in an Arena with new (&arena)
456 // ResourceObj's can be allocated within other objects, but don't use
459 class ResourceObj ALLOCATION_SUPER_CLASS_SPEC {
477 ResourceObj(); // default construtor
478 ResourceObj(const ResourceObj& r); // default copy construtor
479 ResourceObj& operator=(const ResourceObj& r); // default copy assignment
480 ~ResourceObj();