Home
last modified time | relevance | path

Searched refs:_Sequence (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Drandom.py53 from _collections_abc import Set as _Set, Sequence as _Sequence unknown
459 if not isinstance(population, _Sequence):
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp135067 template<typename _Tp, typename _Sequence = deque<_Tp> >
135071 typedef typename _Sequence::value_type _Sequence_value_type;
135088 enable_if<uses_allocator<_Sequence, _Alloc>::value>::type;
135092 typedef typename _Sequence::value_type value_type;
135093 typedef typename _Sequence::reference reference;
135094 typedef typename _Sequence::const_reference const_reference;
135095 typedef typename _Sequence::size_type size_type;
135096 typedef _Sequence container_type;
135100 _Sequence c;
135105 queue(const _Sequence& __c) in queue()
[all …]