Lines Matching refs:string
9 #include <string>
40 // Encodes the given header set into the given string. Returns
42 bool EncodeHeaderSet(const std::map<std::string, std::string>& header_set,
43 std::string* output);
45 // Encodes the given header set into the given string. Only non-indexed
50 const std::map<std::string, std::string>& header_set,
51 std::string* output);
77 // Emits a Huffman or identity string (whichever is smaller).