Lines Matching defs:EntryT
120 using EntryT = RangeDataVectorT::Entry;
122 static testing::Matcher<const EntryT *> EntryIs(uint32_t ID) {
123 return testing::Pointee(testing::Field(&EntryT::data, ID));
135 Map.Append(EntryT(0, 10, NextID++));
136 Map.Append(EntryT(10, 10, NextID++));
137 Map.Append(EntryT(20, 10, NextID++));
152 Map.Append(EntryT(0, 40, NextID++));
153 Map.Append(EntryT(10, 20, NextID++));
154 Map.Append(EntryT(20, 10, NextID++));
169 Map.Append(EntryT(0, 10, 50));
170 Map.Append(EntryT(0, 10, 52));
171 Map.Append(EntryT(0, 10, 53));
172 Map.Append(EntryT(0, 10, 51));
192 using EntryT = RangeDataVectorT::Entry;
195 MapC.Append(EntryT(0, 10, 50));
196 MapC.Append(EntryT(0, 10, 52));
197 MapC.Append(EntryT(0, 10, 53));
198 MapC.Append(EntryT(0, 10, 51));
210 Map.Append(EntryT(0, 10, 10));
211 Map.Append(EntryT(10, 10, 11));
212 Map.Append(EntryT(20, 10, 12));
226 Map.Append(EntryT(0, 40, 10));
227 Map.Append(EntryT(10, 20, 11));
228 Map.Append(EntryT(20, 10, 12));