Lines Matching defs:no_index
49 Header(std::string name, std::string value, bool no_index = false,
54 no_index(no_index) {}
56 Header() : token(-1), no_index(false) {}
69 bool no_index;
74 bool no_index = false, int32_t token = -1)
75 : name(name), value(value), token(token), no_index(no_index) {}
77 HeaderRef() : token(-1), no_index(false) {}
90 bool no_index;
118 bool no_index, int32_t token);
120 // Add name/value pairs to |nva|. If |no_index| is true, this
124 const uint8_t *value, size_t valuelen, bool no_index,
137 // value.c_str(). If |no_index| is true, nghttp2_nv flags member has
140 bool no_index = false);
143 bool no_index = false);
146 bool no_index = false);
149 bool no_index = false);