Searched refs:no_default (Results 1 – 2 of 2) sorted by relevance
61 struct no_default { struct62 no_default() = delete; // expected-note 4{{deleted here}}69 no_default nd; // expected-note {{field 'nd' has a deleted default constructor}}72 struct bad_base_default : no_default { // expected-note {{base class 'no_default' has a deleted def…111 no_default nd; // expected-note {{because field 'nd' has a deleted default constructor}}117 no_default nd; // expected-note {{because field 'nd' has a deleted default constructor}}
134 base::DictionaryValue no_default; in TEST() local135 no_default.SetString("Profile0.Path", "first"); in TEST()136 no_default.SetString("Profile0.IsRelative", "0"); in TEST()137 no_default.SetString("Profile1.Path", "second"); in TEST()138 no_default.SetString("Profile1.IsRelative", "0"); in TEST()140 GetFirefoxProfilePathFromDictionary(no_default).MaybeAsASCII()); in TEST()