balsa_headers.h | 251 first_char_idx(first_character_index), 259 first_char_idx(0), 266 size_t first_char_idx; member in struct:net::BalsaHeaders::HeaderLineDescription 402 base::StringPiece(stream_begin + line.first_char_idx, 403 line.key_end_idx - line.first_char_idx), 406 DCHECK_GE(line.key_end_idx, line.first_char_idx); 800 base::StringPiece(line_ptr + line.first_char_idx, 801 line.key_end_idx - line.first_char_idx), [all...] |