Searched refs:EntryT (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/unittests/Utility/ |
D | RangeMapTest.cpp | 42 using EntryT = RangeDataVectorT::Entry; typedef 44 static testing::Matcher<const EntryT *> EntryIs(uint32_t ID) { in EntryIs() 45 return testing::Pointee(testing::Field(&EntryT::data, ID)); in EntryIs() 57 Map.Append(EntryT(0, 10, NextID++)); in TEST() 58 Map.Append(EntryT(10, 10, NextID++)); in TEST() 59 Map.Append(EntryT(20, 10, NextID++)); in TEST() 74 Map.Append(EntryT(0, 40, NextID++)); in TEST() 75 Map.Append(EntryT(10, 20, NextID++)); in TEST() 76 Map.Append(EntryT(20, 10, NextID++)); in TEST() 91 Map.Append(EntryT(0, 10, 50)); in TEST() [all …]
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | MinidumpYAML.h | 61 template <typename EntryT> struct ListStream : public Stream { 62 using entry_type = EntryT; 67 : Stream(EntryT::Kind, EntryT::Type), Entries(std::move(Entries)) {} in Stream() 69 static bool classof(const Stream *S) { return S->Kind == EntryT::Kind; } in classof()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | MinidumpYAML.h | 61 template <typename EntryT> struct ListStream : public Stream { 62 using entry_type = EntryT; 67 : Stream(EntryT::Kind, EntryT::Type), Entries(std::move(Entries)) {} in Stream() 69 static bool classof(const Stream *S) { return S->Kind == EntryT::Kind; } in classof()
|
/external/llvm-project/lldb/unittests/Core/ |
D | UniqueCStringMapTest.cpp | 34 using EntryT = MapT::Entry; in TEST() typedef 43 testing::Pointee(testing::Field(&EntryT::value, NoDefault(42)))); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MinidumpEmitter.cpp | 154 template <typename EntryT> 156 MinidumpYAML::detail::ListStream<EntryT> &S) { in layout()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | MinidumpEmitter.cpp | 154 template <typename EntryT> 156 MinidumpYAML::detail::ListStream<EntryT> &S) { in layout()
|