Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackDocumentYAML.cpp224 template <> struct SequenceTraits<ArrayDocNode> { struct
226 static size_t size(IO &IO, ArrayDocNode &A) { return A.size(); } in size()
228 static DocNode &element(IO &IO, ArrayDocNode &A, size_t Index) { in element()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DYAMLRemarkSerializer.cpp125 template <typename T> struct SequenceTraits<ArrayRef<T>> { struct
126 static size_t size(IO &io, ArrayRef<T> &seq) { return seq.size(); } in size()
127 static Argument &element(IO &io, ArrayRef<T> &seq, size_t index) { in element()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h193 struct SequenceTraits { struct
/external/llvm/include/llvm/Support/
DYAMLTraits.h161 struct SequenceTraits { struct
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLTraits.h244 struct SequenceTraits { struct