Lines Matching refs:C2Handle
67 struct C2HandleIon : public C2Handle {
70 : C2Handle(cHeader), in C2HandleIon()
74 static bool isValid(const C2Handle * const o);
98 version = sizeof(C2Handle)
101 const static C2Handle cHeader;
104 const C2Handle C2HandleIon::cHeader = {
112 bool C2HandleIon::isValid(const C2Handle * const o) { in isValid()
131 virtual const C2Handle *handle() const override;
341 const C2Handle *handle() const { in handle()
394 const C2Handle *C2AllocationIon::handle() const { in handle()
533 const C2Handle *handle, std::shared_ptr<C2LinearAllocation> *allocation) { in priorLinearAllocation()
556 bool C2AllocatorIon::isValid(const C2Handle* const o) { in isValid()