Searched defs:NotDefaultConstructible (Results 1 – 3 of 3) sorted by relevance
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
65 class NotDefaultConstructible { class67 explicit NotDefaultConstructible(int) {} in NotDefaultConstructible() function in testing::gmock_nice_strict_test::NotDefaultConstructible