Lines Matching refs:ExecutorAddrRange
136 struct ExecutorAddrRange { struct
137 ExecutorAddrRange() = default;
138 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddr End) in ExecutorAddrRange() argument
140 ExecutorAddrRange(ExecutorAddr Start, ExecutorAddrDiff Size) in ExecutorAddrRange() function
146 friend bool operator==(const ExecutorAddrRange &LHS, argument
147 const ExecutorAddrRange &RHS) {
150 friend bool operator!=(const ExecutorAddrRange &LHS,
151 const ExecutorAddrRange &RHS) {
155 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() argument
193 class SPSSerializationTraits<SPSExecutorAddrRange, ExecutorAddrRange> {
195 static size_t size(const ExecutorAddrRange &Value) { in size()
200 static bool serialize(SPSOutputBuffer &BOB, const ExecutorAddrRange &Value) { in serialize()
205 static bool deserialize(SPSInputBuffer &BIB, ExecutorAddrRange &Value) { in deserialize()