Lines Matching full:operator
28 inline WebRtc_Word32 operator++();
29 inline WebRtc_Word32 operator--();
31 inline Atomic32Impl& operator=(const Atomic32Impl& rhs);
32 inline Atomic32Impl& operator=(WebRtc_Word32 rhs);
33 inline WebRtc_Word32 operator+=(WebRtc_Word32 rhs);
34 inline WebRtc_Word32 operator-=(WebRtc_Word32 rhs);
67 inline WebRtc_Word32 Atomic32Impl::operator++()
73 inline WebRtc_Word32 Atomic32Impl::operator--()
79 inline Atomic32Impl& Atomic32Impl::operator=(const Atomic32Impl& rhs)
85 inline Atomic32Impl& Atomic32Impl::operator=(WebRtc_Word32 rhs)
91 inline WebRtc_Word32 Atomic32Impl::operator+=(WebRtc_Word32 rhs)
97 inline WebRtc_Word32 Atomic32Impl::operator-=(WebRtc_Word32 rhs)