Lines Matching defs:operator

113   friend bool operator==(const TracedReferenceBase&, const Local<U>&);
114 friend bool operator==(const TracedReferenceBase&,
146 T* operator->() const {
152 T* operator*() const {
220 // Forward to operator=.
230 // Forward to operator=.
239 // Forward to operator=;
249 // Forward to operator=;
254 * Move assignment operator initializing TracedReference from an existing one.
256 V8_INLINE TracedReference& operator=(TracedReference&& rhs) noexcept;
259 * Move assignment operator initializing TracedReference from an existing one.
262 V8_INLINE TracedReference& operator=(TracedReference<S>&& rhs) noexcept;
265 * Copy assignment operator initializing TracedReference from an existing one.
267 V8_INLINE TracedReference& operator=(const TracedReference& rhs);
270 * Copy assignment operator initializing TracedReference from an existing one.
273 V8_INLINE TracedReference& operator=(const TracedReference<S>& rhs);
307 V8_INLINE bool operator==(const TracedReferenceBase& lhs,
317 V8_INLINE bool operator==(const TracedReferenceBase& lhs,
327 V8_INLINE bool operator==(const v8::Local<U>& lhs,
332 V8_INLINE bool operator!=(const TracedReferenceBase& lhs,
338 V8_INLINE bool operator!=(const TracedReferenceBase& lhs,
344 V8_INLINE bool operator!=(const v8::Local<U>& lhs,
362 TracedReference<T>& TracedReference<T>::operator=(
371 TracedReference<T>& TracedReference<T>::operator=(
379 TracedReference<T>& TracedReference<T>::operator=(
390 TracedReference<T>& TracedReference<T>::operator=(const TracedReference& rhs) {