HomeSort by relevance Sort by last modified time
    Searched refs:no_default (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 61 struct no_default { struct
62 no_default() = delete; // expected-note 3{{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 default constructor}}
111 no_default nd; // expected-note {{because field 'nd' has a deleted default constructor}}
117 no_default nd;
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils_unittest.cc 134 DictionaryValue no_default; local
135 no_default.SetString("Profile0.Path", "first");
136 no_default.SetString("Profile0.IsRelative", "0");
137 no_default.SetString("Profile1.Path", "second");
138 no_default.SetString("Profile1.IsRelative", "0");
140 GetFirefoxProfilePathFromDictionary(no_default).MaybeAsASCII());

Completed in 487 milliseconds