Lines Matching full:representations
44 Representations explicit_set(DetermineEncodingDelta(header_set));
45 for (Representations::const_iterator it = explicit_set.begin();
187 HpackEncoder::Representations HpackEncoder::DetermineEncodingDelta(
189 // Flatten & crumble headers into an ordered list of representations.
190 Representations full_set;
197 // Note std::map guarantees representations are ordered.
202 // Perform a linear merge of ordered representations with the (also ordered)
204 // and gather representations which must be explicitly emitted.
205 Representations::const_iterator r_it = full_set.begin();
209 Representations explicit_set;
260 Representations* out) {
265 // Cookie values are split into individually-encoded HPACK representations.