Lines Matching +defs:to +defs:array
44023 struct array struct
44025 typedef _Tp value_type;
44026 typedef value_type* pointer;
44027 typedef const value_type* const_pointer;
44028 typedef value_type& reference;
44029 typedef const value_type& const_reference;
44030 typedef value_type* iterator;
44031 typedef const value_type* const_iterator;
44032 typedef std::size_t size_type;
44033 typedef std::ptrdiff_t difference_type;
44034 typedef std::reverse_iterator<iterator> reverse_iterator;
44035 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
44038 typedef std::__array_traits<_Tp, _Nm> _AT_Type;
44039 typename _AT_Type::_Type _M_elems;
44045 fill(const value_type& __u) in fill()
44049 swap(array& __other) in swap()
44055 begin() noexcept in begin()
44059 begin() const noexcept in begin()
44063 end() noexcept in end()
44067 end() const noexcept in end()
44071 rbegin() noexcept in rbegin()
44075 rbegin() const noexcept in rbegin()
44079 rend() noexcept in rend()
44083 rend() const noexcept in rend()
44087 cbegin() const noexcept in cbegin()
44091 cend() const noexcept in cend()
44095 crbegin() const noexcept in crbegin()
44099 crend() const noexcept in crend()
44104 size() const noexcept { return _Nm; } in size()
44107 max_size() const noexcept { return _Nm; } in max_size()
44110 empty() const noexcept { return size() == 0; } in empty()
44114 operator[](size_type __n) noexcept in operator []()
44118 operator[](size_type __n) const noexcept in operator []()
44122 at(size_type __n) in at()
44132 at(size_type __n) const in at()
44144 front() noexcept in front()
44148 front() const noexcept in front()
44152 back() noexcept in back()
44156 back() const noexcept in back()
44163 data() noexcept in data()
44167 data() const noexcept in data()
82825 static nsIAtom* to; member in nsGkAtoms
95843 Value* array() const { return argv_; } in array() function in JS::detail::CallArgsBase
115615 nsTArray<PropertyValue>* array = ToArray(); in SizeOfExcludingThis() local