Searched refs:_pair (Results 1 – 4 of 4) sorted by relevance
7 struct name ## _pair { ktype key; vtype val; }; \8 struct name { struct name ## _pair block[1]; }; \
16 static const int _pair = 129;24 buffer.putUint8(_pair);37 case _pair:
2253 _pair(Py_ssize_t i1, Py_ssize_t i2) in _pair() function2299 return _pair(self->mark[index*2], self->mark[index*2+1]); in _sre_SRE_Match_span_impl()2314 item = _pair(self->mark[index*2], self->mark[index*2+1]); in match_regs()
31252 while let Some(_pair) = next_or_end(&mut self.0) {}