Home | History | Annotate | Download | only in base

Lines Matching refs:groupid

87     return (groupid == other.groupid &&
157 std::string groupid;
158 // Unique per-groupid, not across all groupids
178 // A Stream can be selected by either groupid+id or ssrc.
182 StreamSelector(const std::string& groupid,
185 groupid(groupid),
191 return stream.groupid == groupid && stream.id == streamid;
198 std::string groupid;
290 const std::string& groupid,
293 [&groupid, &id](const StreamParams& sp) {
294 return sp.groupid == groupid && sp.id == id;
325 const std::string& groupid,
328 [&groupid, &id](const StreamParams& sp) {
329 return sp.groupid == groupid && sp.id == id;