Searched defs:SliceInfo (Results 1 – 2 of 2) sorted by relevance
72 struct SliceInfo { struct79 // Returns the map from slice string to SliceInfo. argument
33 struct SliceInfo { struct34 int64_t start;35 int64_t duration;37 bool operator==(const SliceInfo& other) const { in operator ==()