Lines Matching refs:UnpackSingle
70 struct UnpackSingle struct
138 struct UnpackSingle<std::string> struct
163 struct UnpackSingle<fixed_uint_t<N>> struct
184 struct UnpackSingle<bool> struct
204 struct UnpackSingle<std::bitset<N>> struct
227 struct UnpackSingle<std::optional<T>> struct
237 int ret = UnpackSingle<T>::op(p, value); in op()
256 struct UnpackSingle<std::array<T, N>> struct
264 ret = UnpackSingle<T>::op(p, v); in op()
278 struct UnpackSingle<std::array<uint8_t, N>> struct
297 struct UnpackSingle<std::vector<T>> struct
304 if (UnpackSingle<T>::op(p, t.back())) in op()
321 struct UnpackSingle<std::vector<uint8_t>> struct
335 struct UnpackSingle<SecureBuffer> struct
349 struct UnpackSingle<std::span<const uint8_t>> struct
362 struct UnpackSingle<Payload> struct