Searched defs:SliceInfo (Results 1 – 4 of 4) sorted by relevance
58 struct SliceInfo { struct64 // Returns the map from slice string to SliceInfo. argument
125 struct SliceInfo { struct129 using SlicesStack = std::vector<SliceInfo>; argument
40 struct SliceInfo { struct41 int64_t start;42 int64_t duration;44 bool operator==(const SliceInfo& other) const { in operator ==()
270 GT_SLICE_INFO SliceInfo[GT_MAX_SLICE]; member