Searched defs:SliceInfo (Results 1 – 3 of 3) sorted by relevance
58 struct SliceInfo { struct64 // Returns the map from slice string to SliceInfo. argument
121 struct SliceInfo { struct125 using SlicesStack = std::vector<SliceInfo>; argument
33 struct SliceInfo { struct34 int64_t start;35 int64_t duration;37 bool operator==(const SliceInfo& other) const { in operator ==()