Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h206 struct DocumentListTraits { struct
/external/llvm/include/llvm/Support/
DYAMLTraits.h174 struct DocumentListTraits { struct
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLTraits.h265 struct DocumentListTraits { struct
/external/llvm-project/llvm/include/llvm/Support/
DYAMLTraits.h265 struct DocumentListTraits { struct
/external/llvm-project/llvm/lib/TextAPI/MachO/
DTextStub.cpp1082 struct DocumentListTraits<std::vector<const MachO::InterfaceFile *>> { struct
1083 static size_t size(IO &IO, std::vector<const MachO::InterfaceFile *> &Seq) { in size()
1087 element(IO &IO, std::vector<const InterfaceFile *> &Seq, size_t Index) { in element()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp1078 struct DocumentListTraits<std::vector<const MachO::InterfaceFile *>> { struct
1079 static size_t size(IO &IO, std::vector<const MachO::InterfaceFile *> &Seq) { in size()
1083 element(IO &IO, std::vector<const InterfaceFile *> &Seq, size_t Index) { in element()
/external/clang/lib/Format/
DFormat.cpp389 template <> struct DocumentListTraits<std::vector<FormatStyle>> { struct
390 static size_t size(IO &IO, std::vector<FormatStyle> &Seq) { in size()
393 static FormatStyle &element(IO &IO, std::vector<FormatStyle> &Seq, in element()
/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp558 template <> struct DocumentListTraits<std::vector<const lld::File *> > { struct
559 static size_t size(IO &io, std::vector<const lld::File *> &seq) { in size()
562 static const lld::File *&element(IO &io, std::vector<const lld::File *> &seq, in element()
/external/llvm-project/clang/lib/Format/
DFormat.cpp686 template <> struct DocumentListTraits<std::vector<FormatStyle>> { struct
687 static size_t size(IO &IO, std::vector<FormatStyle> &Seq) { in size()
690 static FormatStyle &element(IO &IO, std::vector<FormatStyle> &Seq, in element()