Lines Matching defs:operator
92 operator=(ref_holder ref) {
98 operator==(const ref_holder &ref) const {
103 operator!=(const ref_holder &ref) const {
138 operator=(intrusive_ptr ptr) {
144 operator==(const intrusive_ptr &ref) const {
149 operator!=(const intrusive_ptr &ref) const {
154 operator*() const {
159 operator->() const {
164 operator()() const {
168 explicit operator bool() const {
172 explicit operator T *() const {
206 operator=(intrusive_ref ref) {
212 operator==(const intrusive_ref &ref) const {
217 operator!=(const intrusive_ref &ref) const {
222 operator()() const {
226 operator T &() const {
260 operator=(const pseudo_ptr &p) {
266 operator*() {
271 operator->() {
275 explicit operator bool() const {