Searched refs:Codec (Results 1 – 2 of 2) sorted by relevance
116 struct Codec { struct133 template <typename Codec, typename Type>135 return Codec::Encode(value, writer); in EncodeField()141 template <typename Codec, typename Type>143 return Codec::Decode(value, reader); in DecodeField()150 struct Codec<Blob> { struct186 struct Codec<Type, typename enable_if<IsVarintCompatible<Type>::value>::Type> { struct205 struct Codec<Vector<ElementType>> { struct206 using ElementCodec = Codec<ElementType>; argument226 struct Codec<Optional<ValueType>> { struct[all …]
18 * embdrv - **Deprecated** - Bluetooth SBC Codec.