Home
last modified time | relevance | path

Searched refs:_pair (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dptrmap.h7 struct name ## _pair { ktype key; vtype val; }; \
8 struct name { struct name ## _pair block[1]; }; \
/third_party/flutter/flutter/dev/integration_tests/channels/lib/src/
Dbasic_messaging.dart16 static const int _pair = 129;
24 buffer.putUint8(_pair);
37 case _pair:
/third_party/python/Modules/
D_sre.c2253 _pair(Py_ssize_t i1, Py_ssize_t i2) in _pair() function
2299 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()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs31252 while let Some(_pair) = next_or_end(&mut self.0) {}