Searched defs:PGOTypeRef (Results 1 – 2 of 2) sorted by relevance
784 PGOTypeRef() : type_(nullptr) {} in PGOTypeRef() function786 explicit PGOTypeRef(PGOType *type) : type_(type) {} in PGOTypeRef() function788 explicit PGOTypeRef(const PGOSampleType *type) : type_(static_cast<const PGOType*>(type)) {} in PGOTypeRef() function790 explicit PGOTypeRef(const PGORWOpType *type) : type_(static_cast<const PGOType*>(type)) {} in PGOTypeRef() function792 explicit PGOTypeRef(const PGODefineOpType *type) : type_(static_cast<const PGOType*>(type)) {} in PGOTypeRef() function
33 using PGOTypeRef = pgo::PGOTypeRef; variable