Lines Matching full:operator
29 inline WebRtc_Word32 operator++();
30 inline WebRtc_Word32 operator--();
32 inline Atomic32Impl& operator=(const Atomic32Impl& rhs);
33 inline Atomic32Impl& operator=(WebRtc_Word32 rhs);
34 inline WebRtc_Word32 operator+=(WebRtc_Word32 rhs);
35 inline WebRtc_Word32 operator-=(WebRtc_Word32 rhs);
67 inline WebRtc_Word32 Atomic32Impl::operator++()
74 inline WebRtc_Word32 Atomic32Impl::operator--()
81 inline Atomic32Impl& Atomic32Impl::operator=(const Atomic32Impl& rhs)
87 inline Atomic32Impl& Atomic32Impl::operator=(WebRtc_Word32 rhs)
93 inline WebRtc_Word32 Atomic32Impl::operator+=(WebRtc_Word32 rhs)
100 inline WebRtc_Word32 Atomic32Impl::operator-=(WebRtc_Word32 rhs)