Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Didl_gen_text.cpp28 template<typename T> struct PrintTag { typedef PrintScalarTag type; }; argument
29 template<> struct PrintTag<const void *> { typedef PrintPointerTag type; }; struct
153 typedef typename PrintTag<typename Container::return_type>::type tag; in PrintVector()
163 typedef typename PrintTag<typename Container::return_type>::type tag; in PrintArray()