Searched refs:VTuneMethodInfo (Results 1 – 2 of 2) sorted by relevance
31 struct VTuneMethodInfo { struct42 using VTuneMethodTable = std::vector<VTuneMethodInfo>; argument63 template <> class SPSSerializationTraits<SPSVTuneMethodInfo, VTuneMethodInfo> {65 static size_t size(const VTuneMethodInfo &MI) { in size()71 static bool deserialize(SPSInputBuffer &IB, VTuneMethodInfo &MI) { in deserialize()77 static bool serialize(SPSOutputBuffer &OB, const VTuneMethodInfo &MI) { in serialize()
53 Batch.Methods.push_back(VTuneMethodInfo()); in getMethodBatch()