Lines Matching refs:Decode
143 return Codec::Decode(value, reader); in DecodeField()
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
413 return MessageDecoderBase::Decode( in Decode()
440 static bool Decode(StructType& object, ProtoReader* reader) { in Decode() function
441 return MessageDecoder<StructType>::Decode(object, reader); in Decode()
470 bool Decode(Struct* object, InputStreamBuffer* stream) { in Decode() function