Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_deflater.h63 size_t CurrentOutputSize() const { return buffer_.size(); } in CurrentOutputSize() function
H A Dwebsocket_inflater.h67 size_t CurrentOutputSize() const { return output_buffer_.Size(); } in CurrentOutputSize() function