Searched defs:DocumentListTraits (Results 1 – 3 of 3) sorted by relevance
267 struct DocumentListTraits { struct
1079 struct DocumentListTraits<std::vector<const MachO::InterfaceFile *>> { struct1080 static size_t size(IO &IO, std::vector<const MachO::InterfaceFile *> &Seq) { in size()1084 element(IO &IO, std::vector<const InterfaceFile *> &Seq, size_t Index) { in element()
1101 template <> struct DocumentListTraits<std::vector<FormatStyle>> { struct1102 static size_t size(IO &IO, std::vector<FormatStyle> &Seq) { in size()1105 static FormatStyle &element(IO &IO, std::vector<FormatStyle> &Seq, in element()