Searched defs:Encode (Results 1 – 5 of 5) sorted by relevance
/system/nvram/messages/include/nvram/messages/ |
D | proto.hpp | 153 static bool Encode(const Blob& blob, ProtoWriter* writer) { in Encode() function 189 static bool Encode(const Type& value, ProtoWriter* writer) { in Encode() function 209 static bool Encode(const Vector<ElementType>& vector, ProtoWriter* writer) { in Encode() function 230 static bool Encode(const Optional<ValueType>& value, ProtoWriter* writer) { in Encode() function 317 static bool Encode(const TaggedUnionType& object, ProtoWriter* writer) { in Encode() function 395 static bool Encode(const StructType& object, ProtoWriter* writer) { in Encode() function in nvram::proto::detail::__anond1a572440211::MessageEncoder 436 static bool Encode(const StructType& object, ProtoWriter* writer) { in Encode() function 458 bool Encode(const Struct& object, OutputStreamBuffer* stream) { in Encode() function
|
/system/nvram/messages/ |
D | message_codec.cpp | 29 bool MessageEncoderBase::Encode(const void* object, in Encode() function in nvram::proto::MessageEncoderBase 43 bool MessageEncoderBase::Encode(ProtoWriter* writer) { in Encode() function in nvram::proto::MessageEncoderBase
|
D | nvram_messages.cpp | 177 bool Encode(const Message& msg, Blob* blob) { in Encode() function 183 bool Encode(const Message& msg, void* buffer, size_t* size) { in Encode() function
|
/system/core/libcrypto_utils/tests/ |
D | android_pubkey_test.cpp | 125 TEST_F(AndroidPubkeyTest, Encode) { in TEST_F() argument
|
/system/core/adb/ |
D | compression_utils.h | 113 EncodeResult Encode(Block* output) final { in Encode() function 188 EncodeResult Encode(Block* output) final { in Encode() function 309 EncodeResult Encode(Block* output) final { in Encode() function 445 EncodeResult Encode(Block* output) final { in Encode() function
|