Lines Matching refs:ExecutorAddrRange
173 struct ExecutorAddrRange { struct
174 ExecutorAddrRange() = default;
175 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddr End) in ExecutorAddrRange() argument
177 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddrDiff Size) in ExecutorAddrRange() argument
183 friend bool operator==(const ExecutorAddrRange &LHS, argument
184 const ExecutorAddrRange &RHS) {
187 friend bool operator!=(const ExecutorAddrRange &LHS,
188 const ExecutorAddrRange &RHS) {
192 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() argument
230 class SPSSerializationTraits<SPSExecutorAddrRange, ExecutorAddrRange> {
232 static size_t size(const ExecutorAddrRange &Value) { in size()
237 static bool serialize(SPSOutputBuffer &BOB, const ExecutorAddrRange &Value) { in serialize()
242 static bool deserialize(SPSInputBuffer &BIB, ExecutorAddrRange &Value) { in deserialize()