HomeSort by relevance Sort by last modified time
    Searched refs:total_char_counts_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/spdy/
hpack_encoder.h 101 size_t* total_char_counts_; member in class:net::HpackEncoder
hpack_encoder.cc 36 total_char_counts_(NULL) {}
245 total_char_counts_ = total_char_counts;
249 if (char_counts_ == NULL || total_char_counts_ == NULL) {
255 (*total_char_counts_) += str.size();

Completed in 46 milliseconds