Home | History | Annotate | Download | only in base

Lines Matching refs:groupid

87     return (groupid == other.groupid &&
159 std::string groupid;
160 // Unique per-groupid, not across all groupids
178 // A Stream can be selected by either groupid+id or ssrc.
184 StreamSelector(const std::string& groupid,
187 groupid(groupid),
193 return stream.groupid == groupid && stream.id == streamid;
200 std::string groupid;
213 const std::string& groupid,
223 const std::string& groupid,