Home | History | Annotate | Download | only in spdy

Lines Matching refs:values

636     const SpdySettings& values) {
641 8 * values.size();
643 frame.WriteUInt32(values.size());
644 SpdySettings::const_iterator it = values.begin();
645 while (it != values.end()) {