Searched refs:tmp_size_t (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers.cc317 size_t tmp_size_t = content_length_; local
319 other->content_length_ = tmp_size_t;
326 tmp_size_t = parsed_response_code_;
328 other->parsed_response_code_ = tmp_size_t;
334 tmp_size_t = whitespace_1_idx_;
336 other->whitespace_1_idx_ = tmp_size_t;
338 tmp_size_t = non_whitespace_1_idx_;
340 other->non_whitespace_1_idx_ = tmp_size_t;
342 tmp_size_t = whitespace_2_idx_;
344 other->whitespace_2_idx_ = tmp_size_t;
[all...]

Completed in 95 milliseconds