Searched defs:PGOSampleType (Results 1 – 1 of 1) sorted by relevance
113 PGOSampleType() : type_(Type::NONE) {}; in PGOSampleType() function115 explicit PGOSampleType(Type type) : type_(type) {}; in PGOSampleType() function116 explicit PGOSampleType(uint32_t type) : type_(Type(type)) {}; in PGOSampleType() function117 explicit PGOSampleType(ClassType type) : type_(type) {} in PGOSampleType() function