Searched defs:NotDefaultConstructible (Results 1 – 9 of 9) sorted by relevance
30 struct NotDefaultConstructible { struct32 constexpr explicit NotDefaultConstructible(int j) : i(j) {} in NotDefaultConstructible() function
129 struct NotDefaultConstructible { struct130 NotDefaultConstructible(int i) : i_(i) {} in NotDefaultConstructible() argument134 friend bool operator==(NotDefaultConstructible lhs, NotDefaultConstructible rhs) { in operator ==() argument
66 class NotDefaultConstructible { class68 explicit NotDefaultConstructible(int) {} in NotDefaultConstructible() function in testing::gmock_nice_strict_test::NotDefaultConstructible
47 struct NotDefaultConstructible // minimal class exposing the problem struct
30 struct NotDefaultConstructible struct
29 struct NotDefaultConstructible { // expected-note{{candidate constructor (the implicit copy constru… struct
76 struct NotDefaultConstructible { // expected-note 2 {{candidate constructor (the implicit copy cons… struct