Searched refs:ElementCodec (Results 1 – 1 of 1) sorted by relevance
206 using ElementCodec = Codec<ElementType>; typedef207 static constexpr WireType kWireType = ElementCodec::kWireType;211 if (!EncodeField<ElementCodec>(elem, writer)) { in Encode()220 DecodeField<ElementCodec>(vector[vector.size() - 1], reader); in Decode()