Searched defs:Decode (Results 1 – 6 of 6) sorted by relevance
/system/nvram/messages/include/nvram/messages/ |
D | proto.hpp | 157 static bool Decode(Blob& blob, ProtoReader* reader) { in Decode() function 193 static bool Decode(Type& value, ProtoReader* reader) { in Decode() function 218 static bool Decode(Vector<ElementType>& vector, ProtoReader* reader) { in Decode() function 234 static bool Decode(Optional<ValueType>& value, ProtoReader* reader) { in Decode() function 325 static bool Decode(TaggedUnionType& object, ProtoReader* reader) { in Decode() function 412 static bool Decode(StructType& object, ProtoReader* reader) { in Decode() function in nvram::proto::detail::__anon1a59c26b0211::MessageDecoder 440 static bool Decode(StructType& object, ProtoReader* reader) { in Decode() function 470 bool Decode(Struct* object, InputStreamBuffer* stream) { in Decode() function
|
/system/nvram/messages/ |
D | message_codec.cpp | 89 bool MessageDecoderBase::Decode(void* object, in Decode() function in nvram::proto::MessageDecoderBase 97 bool MessageDecoderBase::Decode(ProtoReader* reader) { in Decode() function in nvram::proto::MessageDecoderBase
|
D | nvram_messages.cpp | 193 bool Decode(const uint8_t* data, size_t size, Message* msg) { in Decode() function
|
/system/core/libcrypto_utils/tests/ |
D | android_pubkey_test.cpp | 119 TEST_F(AndroidPubkeyTest, Decode) { in TEST_F() argument
|
/system/unwinding/libunwindstack/ |
D | ArmExidx.cpp | 774 bool ArmExidx::Decode() { in Decode() function in unwindstack::ArmExidx
|
D | DwarfOp.cpp | 1534 bool DwarfOp<AddressType>::Decode() { in Decode() function in unwindstack::DwarfOp
|