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

  /system/nvram/messages/
message_codec.cpp 40 return EncodeData(&writer) ? counting_stream.bytes_written() : 0;
47 // |EncodeData()| call in addition to the one that actually encodes the data.
67 return writer->WriteLengthHeader(GetSize()) && EncodeData(writer);
70 bool MessageEncoderBase::EncodeData(ProtoWriter* writer) {
  /external/brotli/c/enc/
encode.c 852 static BROTLI_BOOL EncodeData(
    [all...]

Completed in 233 milliseconds