Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_transfer/pw_transfer_private/
H A Dchunk_testing.h23 Vector<std::byte, 64> EncodeChunk(const internal::Chunk& chunk) { in EncodeChunk() function
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_stream_parser.cc1196 int HttpStreamParser::EncodeChunk(std::string_view payload, in EncodeChunk() function in net::HttpStreamParser