Searched refs:serializer_tag (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerInstrumentation.h244 template <class T> struct serializer_tag { struct in namespace:lldb_private::repro
247 template <class T> struct serializer_tag<T *> { struct in namespace:lldb_private::repro
252 template <class T> struct serializer_tag<T &> { struct in namespace:lldb_private::repro
281 return Read<T>(typename serializer_tag<T>::type());

Completed in 59 milliseconds