Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DReproducerInstrumentation.h292 template <class T> struct serializer_tag { struct
296 template <class T> struct serializer_tag<T *> { argument
301 template <class T> struct serializer_tag<T &> {
327 T t = Read<T>(typename serializer_tag<T>::type());