Lines Matching defs:other
60 CustomInstance (CustomInstance&& other);
62 CustomInstance& operator= (CustomInstance&& other);
64 void swap (CustomInstance& other);
68 CustomInstance (const CustomInstance& other) = delete;
69 CustomInstance& operator= (const CustomInstance& other) = delete;
93 UncheckedInstance (UncheckedInstance&& other);
95 UncheckedInstance& operator= (UncheckedInstance&& other);
98 void swap (UncheckedInstance& other);
100 UncheckedInstance (const UncheckedInstance& other) = delete;
101 UncheckedInstance& operator= (const UncheckedInstance& other) = delete;