• Home
  • Raw
  • Download

Lines Matching +defs:vector +defs:ref

11266   RefPtr<T> ref(aObj);  in do_AddRef()  local
11274 RefPtr<T> ref(aObj); in do_AddRef() local
54785 ref(_Tp& __t) noexcept in ref() function
54803 ref(reference_wrapper<_Tp> __t) noexcept in ref() function
76784 T& ref() in ref() function in mozilla::Maybe
76790 const T& ref() const in ref() function in mozilla::Maybe
82242 static nsIAtom* ref; member in nsGkAtoms
94264 void ref() { AddRef(); } in ref() function in mozilla::detail::RefCounted
96958 mozilla::Vector<T, MinInlineCapacity, AllocPolicy> vector; member in JS::GCVector
98230 VectorImpl vector; member in JS::AutoVectorRooterBase
108073 Point3D vector(aX, aY, aZ); in SetRotateAxisAngle() local
110436 pixman_fixed_t vector[3]; member
116733 RefPtr<T> ref(aObj); in SetRunnableName() local
132256 class vector : protected _Vector_base<_Tp, _Alloc> class
132297 vector() in vector() function in std::vector
132308 vector(const allocator_type& __a) noexcept in vector() function in std::vector
132312 vector(size_type __n, const allocator_type& __a = allocator_type()) in vector() function in std::vector
132316 vector(size_type __n, const value_type& __value, in vector() function in std::vector
132321 vector(const vector& __x) in vector() function in std::vector
132330 vector(vector&& __x) noexcept in vector() function in std::vector
132334 vector(const vector& __x, const allocator_type& __a) in vector() function in std::vector
132343 vector(vector&& __rv, const allocator_type& __m) in vector() function in std::vector
132357 vector(initializer_list<value_type> __l, in vector() function in std::vector
132367 vector(_InputIterator __first, _InputIterator __last, in vector() function in std::vector
133530 class vector<bool, _Alloc> : protected _Bvector_base<_Alloc> class
133564 vector() in vector() function in std::vector
133571 vector(const allocator_type& __a) in vector() function in std::vector
133576 vector(size_type __n, const allocator_type& __a = allocator_type()) in vector() function in std::vector
133580 vector(size_type __n, const bool& __value, in vector() function in std::vector
133589 vector(const vector& __x) in vector() function in std::vector
133597 vector(vector&& __x) noexcept in vector() function in std::vector
133600 vector(vector&& __x, const allocator_type& __a) in vector() function in std::vector
133621 vector(const vector& __x, const allocator_type& __a) in vector() function in std::vector
133628 vector(initializer_list<bool> __l, in vector() function in std::vector
133640 vector(_InputIterator __first, _InputIterator __last, in vector() function in std::vector
155288 AddStringToIDVector(JSContext* cx, JS::AutoIdVector& vector, const char* name) in AddStringToIDVector()