Searched refs:UnpackSingle (Results 1 – 3 of 3) sorted by relevance
71 struct UnpackSingle struct139 struct UnpackSingle<std::string> struct164 struct UnpackSingle<fixed_uint_t<N>> struct185 struct UnpackSingle<bool> struct205 struct UnpackSingle<std::bitset<N>> struct228 struct UnpackSingle<std::optional<T>> struct238 int ret = UnpackSingle<T>::op(p, value); in op()257 struct UnpackSingle<std::array<T, N>> struct265 ret = UnpackSingle<T>::op(p, v); in op()279 struct UnpackSingle<std::array<uint8_t, N>> struct[all …]
80 struct UnpackSingle;83 using UnpackSingle_t = UnpackSingle<utility::TypeIdDowncast_t<T>>;
290 /** @brief Specialization of UnpackSingle for std::bitset<N>293 struct UnpackSingle<std::bitset<N>>