Lines Matching defs:aOther
11567 UniquePtr(UniquePtr&& aOther) in UniquePtr() function in mozilla::UniquePtr
11581 UniquePtr(UniquePtr<U, E>&& aOther, in UniquePtr() argument
11595 UniquePtr& operator=(UniquePtr&& aOther) in operator =()
11603 UniquePtr& operator=(UniquePtr<U, E>&& aOther) in operator =()
11652 void swap(UniquePtr& aOther) in swap()
11736 UniquePtr(UniquePtr&& aOther) in UniquePtr() function in mozilla::UniquePtr
11750 UniquePtr& operator=(UniquePtr&& aOther) in operator =()
11799 void swap(UniquePtr& aOther) { mTuple.swap(aOther.mTuple); } in swap()
11812 DefaultDelete(const DefaultDelete<U>& aOther, in DefaultDelete()
33250 ArrayIterator(const iterator_type& aOther) in ArrayIterator()
33255 iterator_type& operator=(const iterator_type& aOther) { in operator =()
36403 ReverseIterator(const ReverseIterator<Iterator>& aOther) in ReverseIterator()
36508 IteratorRange(const IteratorRange<Iterator>& aOther) in IteratorRange()
45224 explicit EnumeratedArray(const EnumeratedArray& aOther) in EnumeratedArray()
45231 EnumeratedArray(EnumeratedArray&& aOther) in EnumeratedArray() function in mozilla::EnumeratedArray
45345 LinkedListElement(LinkedListElement<T>&& aOther) in LinkedListElement() function in mozilla::LinkedListElement
45351 LinkedListElement& operator=(LinkedListElement<T>&& aOther) in operator =()
45527 void adjustLinkForMove(LinkedListElement<T>&& aOther) in adjustLinkForMove()
45603 LinkedList(LinkedList<T>&& aOther) in LinkedList() function in mozilla::LinkedList
45607 LinkedList& operator=(LinkedList<T>&& aOther) in operator =()
50382 Scoped(Scoped&& aOther in Scoped() function in mozilla::Scoped
50419 Scoped& operator=(const Resource& aOther) { return reset(aOther); } in operator =()
50421 Scoped& reset(const Resource& aOther) in reset()
57032 explicit nsTArray_Impl(nsTArray_Impl<E, Allocator>&& aOther) in nsTArray_Impl()
57037 explicit nsTArray_Impl(const self_type& aOther) { AppendElements(aOther); } in nsTArray_Impl()
57060 self_type& operator=(const self_type& aOther) in operator =()
57071 self_type& operator=(self_type&& aOther) in operator =()
57105 self_type& operator=(const nsTArray_Impl<E, Allocator>& aOther) in operator =()
57112 self_type& operator=(nsTArray_Impl<E, Allocator>&& aOther) in operator =()
57345 const nsTArray_Impl<E, Allocator>& aOther) in Assign()
57354 bool Assign(const nsTArray_Impl<E, Allocator>& aOther, in Assign()
57361 void Assign(nsTArray_Impl<E, Allocator>&& aOther) in Assign()
57836 typename Alloc::ResultType SwapElements(nsTArray_Impl<E, Allocator>& aOther) in SwapElements()
58247 explicit nsTArray(const nsTArray& aOther) : base_type(aOther) {} in nsTArray()
58248 nsTArray(nsTArray&& aOther) : base_type(mozilla::Move(aOther)) {} in nsTArray() function in nsTArray
58252 explicit nsTArray(const nsTArray_Impl<E, Allocator>& aOther) in nsTArray()
58257 nsTArray(nsTArray_Impl<E, Allocator>&& aOther) in nsTArray()
58262 self_type& operator=(const self_type& aOther) in operator =()
58268 self_type& operator=(const nsTArray_Impl<E, Allocator>& aOther) in operator =()
58273 self_type& operator=(self_type&& aOther) in operator =()
58279 self_type& operator=(nsTArray_Impl<E, Allocator>&& aOther) in operator =()
58309 explicit FallibleTArray(const FallibleTArray<E>& aOther) : base_type(aOther) {} in FallibleTArray()
58310 FallibleTArray(FallibleTArray<E>&& aOther) in FallibleTArray() function in FallibleTArray
58316 explicit FallibleTArray(const nsTArray_Impl<E, Allocator>& aOther) in FallibleTArray()
58321 explicit FallibleTArray(nsTArray_Impl<E, Allocator>&& aOther) in FallibleTArray()
58326 self_type& operator=(const self_type& aOther) in operator =()
58332 self_type& operator=(const nsTArray_Impl<E, Allocator>& aOther) in operator =()
58337 self_type& operator=(self_type&& aOther) in operator =()
58343 self_type& operator=(nsTArray_Impl<E, Allocator>&& aOther) in operator =()
58369 AutoTArray(const self_type& aOther) in AutoTArray()
58375 explicit AutoTArray(const base_type& aOther) in AutoTArray()
58381 explicit AutoTArray(base_type&& aOther) in AutoTArray()
58388 explicit AutoTArray(nsTArray_Impl<elem_type, Allocator>&& aOther) in AutoTArray()
58400 self_type& operator=(const self_type& aOther) in operator =()
58407 self_type& operator=(const nsTArray_Impl<elem_type, Allocator>& aOther) in operator =()
58772 Copy>& aOther, in SwapArrayElements()
58904 nsStyleAutoArray(const nsStyleAutoArray& aOther) { *this = aOther; } in nsStyleAutoArray()
58905 nsStyleAutoArray& operator=(const nsStyleAutoArray& aOther) { in operator =()
58920 nsStyleAutoArray& operator=(nsStyleAutoArray&& aOther) { in operator =()
59679 explicit BaseTimeDuration(const BaseTimeDuration<E>& aOther) in BaseTimeDuration()
59684 BaseTimeDuration& operator=(const BaseTimeDuration<E>& aOther) in operator =()
59754 BaseTimeDuration& operator+=(const BaseTimeDuration& aOther) in operator +=()
59759 BaseTimeDuration& operator-=(const BaseTimeDuration& aOther) in operator -=()
60030 TimeStamp& operator+=(const TimeDuration& aOther) in operator +=()
60043 TimeStamp& operator-=(const TimeDuration& aOther) in operator -=()
61245 Vector<T, N, AP>::internalAppendAll(const Vector<U, O, BP>& aOther) in internalAppendAll()
61404 Vector<T, N, AP>::appendAll(const Vector<U, O, BP>& aOther) in appendAll()
61533 Vector<T, N, AP>::swap(Vector& aOther) in swap()
72490 nsAttrName(const nsAttrName& aOther) in nsAttrName()
76560 Maybe(const Maybe& aOther) in Maybe()
76575 Maybe(const Maybe<U>& aOther) in Maybe()
76583 Maybe(Maybe&& aOther) in Maybe() function in mozilla::Maybe
76599 Maybe(Maybe<U>&& aOther) in Maybe() function in mozilla::Maybe
76608 Maybe& operator=(const Maybe& aOther) in operator =()
76627 Maybe& operator=(const Maybe<U>& aOther) in operator =()
76641 Maybe& operator=(Maybe&& aOther) in operator =()
76662 Maybe& operator=(Maybe<U>&& aOther) in operator =()
79142 forget(U** aOther) in forget()
79159 void swap(U& aOther) in swap()
79207 nsCOMPtr<T>::nsCOMPtr(const mozilla::OwningNonNull<U>& aOther) in nsCOMPtr()
79213 nsCOMPtr<T>::operator=(const mozilla::OwningNonNull<U>& aOther) in operator =()
79220 RefPtr<T>::RefPtr(const mozilla::OwningNonNull<U>& aOther) in RefPtr()
79226 RefPtr<T>::operator=(const mozilla::OwningNonNull<U>& aOther) in operator =()
80392 nsAttrValue::operator=(const nsAttrValue& aOther) in operator =()
84250 nsPropertyOwner(const nsPropertyOwner& aOther) : mObject(aOther.mObject) {} in nsPropertyOwner()
90488 void SwapElements(nsCOMArray_base& aOther) in SwapElements()
90601 explicit nsCOMArray(const nsCOMArray<T>& aOther) : nsCOMArray_base(aOther) {} in nsCOMArray()
90602 nsCOMArray(nsCOMArray<T>&& aOther) { SwapElements(aOther); } in nsCOMArray() function in nsCOMArray
90606 nsCOMArray<T>& operator=(nsCOMArray<T> && aOther) in operator =()
90759 void SwapElements(nsCOMArray<T>& aOther) in SwapElements()
91217 PLDHashTable(PLDHashTable&& aOther) in PLDHashTable() function in PLDHashTable
92103 nsCharPtrHashKey(nsCharPtrHashKey&& aOther) in nsCharPtrHashKey() function in nsCharPtrHashKey
92153 nsUnicharPtrHashKey(nsUnicharPtrHashKey&& aOther) in nsUnicharPtrHashKey() function in nsUnicharPtrHashKey
92254 nsGenericHashKey(const nsGenericHashKey<T>& aOther) : mKey(aOther.mKey) {} in nsGenericHashKey()
92392 Iterator(Iterator&& aOther) : Base(aOther.mTable) {} in Iterator() function in nsTHashtable::Iterator
92459 void SwapElements(nsTHashtable<EntryType>& aOther) in SwapElements()
92499 nsTHashtable<EntryType>::nsTHashtable(nsTHashtable<EntryType>&& aOther) in nsTHashtable() function in nsTHashtable
92696 Iterator(Iterator&& aOther) : Base(mozilla::Move(aOther)) {} in Iterator() function in nsTHashtable::Iterator
92715 void SwapElements(nsTHashtable& aOther) in SwapElements()
92849 Iterator(Iterator&& aOther) : Base(aOther.mTable) {} in Iterator() function in nsBaseHashtable::Iterator
92894 void SwapElements(nsBaseHashtable& aOther) in SwapElements()
94390 WeakPtr& operator=(const WeakPtr& aOther) in operator =()
94397 WeakPtr(const WeakPtr& aOther) in WeakPtr()
94403 WeakPtr& operator=(T* aOther) in operator =()
94416 WeakPtr(T* aOther) in WeakPtr()
94435 explicit WeakPtr(const RefPtr<WeakReference>& aOther) : mRef(aOther) {} in WeakPtr()
94993 RefPtr<T>::RefPtr(const mozilla::StaticRefPtr<U>& aOther) in RefPtr()
94999 RefPtr<T>::operator=(const mozilla::StaticRefPtr<U>& aOther) in operator =()
95412 RangedPtr<T>& operator=(const RangedPtr<T>& aOther) in operator =()
95600 Range(const Range<U>& aOther) in Range()
97298 BufferList(BufferList&& aOther) in BufferList() function in mozilla::BufferList
97310 BufferList& operator=(BufferList&& aOther) in operator =()
103522 …inline bool Equals(nsIPrincipal* aOther) { mozilla::DebugOnly<bool> val = false; do { } while (0);… in Equals()
103523 …inline bool EqualsConsideringDomain(nsIPrincipal* aOther) { mozilla::DebugOnly<bool> val = false; … in EqualsConsideringDomain()
103543 …inline bool Subsumes(nsIPrincipal* aOther) { mozilla::DebugOnly<bool> val = false; do { } while (0… in Subsumes()
103544 …inline bool SubsumesConsideringDomain(nsIPrincipal* aOther) { mozilla::DebugOnly<bool> val = false… in SubsumesConsideringDomain()
103545 …inline bool SubsumesConsideringDomainIgnoringFPD(nsIPrincipal* aOther) { mozilla::DebugOnly<bool> … in SubsumesConsideringDomainIgnoringFPD()
104448 explicit OriginAttributes(const OriginAttributesDictionary& aOther) in OriginAttributes()
104542 explicit OriginAttributesPattern(const OriginAttributesPatternDictionary& aOther) in OriginAttributesPattern()
104738 BasePrincipal::FastEquals(nsIPrincipal* aOther) in FastEquals()
104765 BasePrincipal::FastEqualsConsideringDomain(nsIPrincipal* aOther) in FastEqualsConsideringDomain()
104779 BasePrincipal::FastSubsumes(nsIPrincipal* aOther) in FastSubsumes()
104798 BasePrincipal::FastSubsumesConsideringDomain(nsIPrincipal* aOther) in FastSubsumesConsideringDomain()
104811 BasePrincipal::FastSubsumesConsideringDomainIgnoringFPD(nsIPrincipal* aOther) in FastSubsumesConsideringDomainIgnoringFPD()
106618 Quaternion(const Quaternion& aOther) in Quaternion()
107116 Matrix4x4Typed(const Matrix4x4Typed& aOther) in Matrix4x4Typed()
111338 void Swap(nsRegion* aOther) in Swap()
111354 void AndWith(const nsRegion& aOther) in AndWith()
111358 void AndWith(const nsRect& aOther) in AndWith()
111384 nsRegion& OrWith(const nsRegion& aOther) in OrWith()
111388 nsRegion& OrWith(const nsRect& aOther) in OrWith()
111412 nsRegion& XorWith(const nsRegion& aOther) in XorWith()
111416 nsRegion& XorWith(const nsRect& aOther) in XorWith()
111445 nsRegion& SubOut(const nsRegion& aOther) in SubOut()
111449 nsRegion& SubOut(const nsRect& aOther) in SubOut()
111723 void Swap(Derived* aOther) in Swap()
111728 void AndWith(const Derived& aOther) in AndWith()
111732 void AndWith(const Rect& aOther) in AndWith()
111759 Derived& OrWith(const Derived& aOther) in OrWith()
111763 Derived& OrWith(const Rect& aOther) in OrWith()
111787 Derived& XorWith(const Derived& aOther) in XorWith()
111791 Derived& XorWith(const Rect& aOther) in XorWith()
111815 Derived& SubOut(const Derived& aOther) in SubOut()
111819 Derived& SubOut(const Rect& aOther) in SubOut()
114323 FontFamilyList(const FontFamilyList& aOther) in FontFamilyList()
116332 Tuple(const Tuple& aOther) : Impl(aOther) { } in Tuple()
116333 Tuple(Tuple&& aOther) : Impl(Move(aOther)) { } in Tuple() function in mozilla::Tuple
116338 Tuple& operator=(const Tuple<OtherElements...>& aOther) in operator =()
116346 Tuple& operator=(Tuple<OtherElements...>&& aOther) in operator =()
116351 Tuple& operator=(const Tuple& aOther) in operator =()
116356 Tuple& operator=(Tuple&& aOther) in operator =()
116389 Tuple(const Tuple& aOther) : Impl(aOther) { } in Tuple()
116390 Tuple(Tuple&& aOther) : Impl(Move(aOther)) { } in Tuple() function in mozilla::Tuple
116391 explicit Tuple(const Pair<A, B>& aOther) in Tuple()
116393 explicit Tuple(Pair<A, B>&& aOther) : Impl(Forward<A>(aOther.first()), in Tuple()
116395 explicit Tuple(const std::pair<A, B>& aOther) in Tuple()
116397 explicit Tuple(std::pair<A, B>&& aOther) : Impl(Forward<A>(aOther.first), in Tuple()
116401 Tuple& operator=(const Tuple<AArg, BArg>& aOther) in operator =()
116407 Tuple& operator=(Tuple<AArg, BArg>&& aOther) in operator =()
116412 Tuple& operator=(const Tuple& aOther) in operator =()
116417 Tuple& operator=(Tuple&& aOther) in operator =()
116423 Tuple& operator=(const Pair<AArg, BArg>& aOther) in operator =()
116430 Tuple& operator=(Pair<AArg, BArg>&& aOther) in operator =()
116437 Tuple& operator=(const std::pair<AArg, BArg>& aOther) in operator =()
116444 Tuple& operator=(std::pair<AArg, BArg>&& aOther) in operator =()
117914 nsStyleCoord& operator=(const nsStyleCoord& aOther) in operator =()
118334 const nsStyleCoord& aOther) in SetValue()
118341 const nsStyleCoord& aOther) in InitWithValue()
128205 CallbackObjectHolder(CallbackObjectHolder&& aOther) in CallbackObjectHolder() function in mozilla::dom::CallbackObjectHolder
128240 void operator=(CallbackObjectHolder&& aOther) in operator =()
148145 …plicit inline OwningElementCreationOptionsOrString(const OwningElementCreationOptionsOrString& aOt… in OwningElementCreationOptionsOrString()
156712 explicit inline OwningExternalOrWindowProxy(const OwningExternalOrWindowProxy& aOther) in OwningExternalOrWindowProxy()
156972 explicit inline FrameRequestCallback(CallbackFunction* aOther) in FrameRequestCallback()
157060 explicit inline IdleRequestCallback(CallbackFunction* aOther) in IdleRequestCallback()
163010 explicit inline OwningDoubleOrDoubleSequence(const OwningDoubleOrDoubleSequence& aOther) in OwningDoubleOrDoubleSequence()
163223 explicit inline IntersectionCallback(CallbackFunction* aOther) in IntersectionCallback()
166046 XREAppData(const XREAppData& aOther) in XREAppData()
166051 explicit XREAppData(const StaticXREAppData& aOther) in XREAppData()
167352 nsMainThreadPtrHandle(const nsMainThreadPtrHandle& aOther) in nsMainThreadPtrHandle()
167356 nsMainThreadPtrHandle& operator=(const nsMainThreadPtrHandle& aOther) in operator =()
167661 FontFamilyListRefCnt(const FontFamilyListRefCnt& aOther) in FontFamilyListRefCnt()
167942 nsCSSValue(nsCSSValue&& aOther) in nsCSSValue() function in nsCSSValue