Searched defs:Decode (Results 1 - 4 of 4) sorted by relevance

/system/nvram/messages/
H A Dnvram_messages.cpp193 bool Decode(const uint8_t* data, size_t size, Message* msg) { function in namespace:nvram
195 return nvram::proto::Decode(msg, &stream) && stream.Done();
201 template NVRAM_EXPORT bool Decode<Request>(const uint8_t*, size_t, Request*);
205 template NVRAM_EXPORT bool Decode<Response>(const uint8_t*, size_t, Response*);
H A Dmessage_codec.cpp89 bool MessageDecoderBase::Decode(void* object, function in class:nvram::proto::MessageDecoderBase
94 return decoder.Decode(reader);
97 bool MessageDecoderBase::Decode(ProtoReader* reader) { function in class:nvram::proto::MessageDecoderBase
/system/core/libunwindstack/
H A DArmExidx.cpp646 bool ArmExidx::Decode() { function in class:ArmExidx
684 while (Decode());
/system/nvram/messages/include/nvram/messages/
H A Dproto.hpp67 // if (!nvram::proto::Decode(&employee, &stream)) {
74 // |nvram::proto::Encode()| and |nvram::proto::Decode()| templates to obtain
109 // * |static bool Decode(Type& object, ProtoReader* reader)| decodes a field
139 // noinline to prevent the compiler from inlining |Codec::Decode| for every
143 return Codec::Decode(value, reader);
157 static bool Decode(Blob& blob, ProtoReader* reader) { function in struct:nvram::proto::detail::Codec
193 static bool Decode(Type& value, ProtoReader* reader) { function in struct:nvram::proto::detail::Codec
218 static bool Decode(Vector<ElementType>& vector, ProtoReader* reader) { function in struct:nvram::proto::detail::Codec
234 static bool Decode(Optional<ValueType>& value, ProtoReader* reader) { function in struct:nvram::proto::detail::Codec
325 static bool Decode(TaggedUnionTyp function in struct:nvram::proto::detail::__anon2440::StructDescriptor::FieldDescriptorBuilder::MemberCodecLookup::Type
412 static bool Decode(StructType& object, ProtoReader* reader) { function in class:nvram::proto::detail::__anon2440::MessageDecoder
440 static bool Decode(StructType& object, ProtoReader* reader) { function in struct:nvram::proto::detail::Codec
470 bool Decode(Struct* object, InputStreamBuffer* stream) { function in namespace:nvram::proto
[all...]

Completed in 74 milliseconds