Home
last modified time | relevance | path

Searched defs: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; }; struct
29 template<> struct PrintTag<const void *> { typedef PrintPointerTag type; }; struct