HomeSort by relevance Sort by last modified time
    Searched refs:EncodeData (Results 1 - 4 of 4) 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) {
  /system/nvram/messages/include/nvram/messages/
message_codec.h 85 bool EncodeData(ProtoWriter* writer);
proto.hpp 461 return encoder.EncodeData(&writer);
  /external/brotli/c/enc/
encode.c 852 static BROTLI_BOOL EncodeData(
    [all...]

Completed in 721 milliseconds