Searched defs:SliceInfo (Results 1 – 3 of 3) sorted by relevance
58 struct SliceInfo { struct64 // Returns the map from slice string to SliceInfo. argument
113 struct SliceInfo { struct117 using SlicesStack = std::vector<SliceInfo>; argument
32 struct SliceInfo { struct33 int64_t start;34 int64_t duration;36 bool operator==(const SliceInfo& other) const { in operator ==()