Searched defs:Decode (Results 1 – 8 of 8) 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::__anonb687f24d0211::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/extras/perfprofd/ |
D | symbolizer.cc | 45 std::string Decode(const std::string& dso, uint64_t address) override { in Decode() function
|
/system/core/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
|
/system/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 1087 std::string Decode(const std::string& dso, uint64_t address) override { in Run() function
|