Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_text.cpp28 template<typename T> struct PrintTag { typedef PrintScalarTag type; }; struct
29 template<> struct PrintTag<const void *> { typedef PrintPointerTag type; }; argument