Home | History | Annotate | Download | only in base

Lines Matching refs:ost

166   std::ostringstream ost;
167 ost << type << base_address.ipaddr().ToString() << protocol;
168 return rtc::ToString<uint32>(rtc::ComputeCrc32(ost.str()));