Home
last modified time | relevance | path

Searched defs:TotalBytesUsed (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/http/
H A Dhttp_header_block.h253 size_t TotalBytesUsed() const { return key_size_ + value_size_; } in TotalBytesUsed() function
H A Dhttp_header_block_test.cc250 TEST(HttpHeaderBlockTest, TotalBytesUsed) { in TEST() argument