Lines Matching +defs:vector +defs:set
64746 void set(const T& newPtr) { in set() function in JS::Heap
64941 void set(const T& v) { in set() function in JS::MutableHandle
65149 void set(const T& value) { in set() function in JS::Rooted
65217 void set(const T& value) { in set() function in js::FakeRooted
65239 void set(const T& v) { in set() function in js::FakeMutableHandle
65447 void set(U&& value) { in set() function in JS::PersistentRooted
82733 static nsIAtom* set; member in nsGkAtoms
96958 mozilla::Vector<T, MinInlineCapacity, AllocPolicy> vector; member in JS::GCVector
98230 VectorImpl vector; member in JS::AutoVectorRooterBase
98578 HashSetImpl set; member in JS::AutoHashSetRooter
100078 void set(bool overrideValue) { in set() function in JS::CompartmentBehaviors::Override
108073 Point3D vector(aX, aY, aZ); in SetRotateAxisAngle() local
110436 pixman_fixed_t vector[3]; member
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
147429 set() noexcept in set() function in std::bitset
147443 set(size_t __position, bool __val = true) in set() function in std::bitset
151825 ThreadLocal<T>::set(const T aValue) in set() function in mozilla::detail::ThreadLocal
155288 AddStringToIDVector(JSContext* cx, JS::AutoIdVector& vector, const char* name) in AddStringToIDVector()
157233 inline bool IsPermitted(JSFlatString* prop, char16_t propFirstChar, bool set) in IsPermitted()