Searched defs:SequenceTraits (Results 1 – 8 of 8) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
| D | MsgPackDocumentYAML.cpp | 224 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-16.0/llvm/lib/BinaryFormat/ |
| D | MsgPackDocumentYAML.cpp | 223 template <> struct SequenceTraits<ArrayDocNode> { struct 225 static size_t size(IO &IO, ArrayDocNode &A) { return A.size(); } in size() 227 static DocNode &element(IO &IO, ArrayDocNode &A, size_t Index) { in element()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Remarks/ |
| D | YAMLRemarkSerializer.cpp | 125 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-10.0/llvm/lib/Remarks/ |
| D | YAMLRemarkSerializer.cpp | 125 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/ |
| D | YAMLTraits.h | 193 struct SequenceTraits { struct
|
| /external/llvm/include/llvm/Support/ |
| D | YAMLTraits.h | 161 struct SequenceTraits { struct
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
| D | YAMLTraits.h | 246 struct SequenceTraits { struct
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | YAMLTraits.h | 244 struct SequenceTraits { struct
|