Searched defs:PGOTypeRef (Results 1 – 2 of 2) sorted by relevance
1097 PGOTypeRef() : type_(nullptr) {} in PGOTypeRef() function1099 explicit PGOTypeRef(PGOType *type) : type_(type) {} in PGOTypeRef() function1101 explicit PGOTypeRef(const PGOSampleType *type) : type_(static_cast<const PGOType*>(type)) {} in PGOTypeRef() function1103 explicit PGOTypeRef(const PGORWOpType *type) : type_(static_cast<const PGOType*>(type)) {} in PGOTypeRef() function1105 explicit PGOTypeRef(const PGODefineOpType *type) : type_(static_cast<const PGOType*>(type)) {} in PGOTypeRef() function1107 …explicit PGOTypeRef(const PGOProtoTransitionType *type) : type_(static_cast<const PGOType*>(type))… in PGOTypeRef() function
34 using PGOTypeRef = pgo::PGOTypeRef; variable