Searched refs:append_bytes (Results 1 – 1 of 1) sorted by relevance
106 size_t append_bytes = std::min(cap, left); in Pad() local107 buf_.PadWith(append_bytes, 0); in Pad()108 left -= append_bytes; in Pad()