Searched refs:no_version (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/structopt/tests/ |
D | author_version_about.rs | 17 #[structopt(name = "foo", no_version)] in no_author_version_about() 51 #[structopt(no_version)] in no_version_gets_propagated()
|
D | raw_bool_literal.rs | 14 #[structopt(no_version, name = "raw_bool")] in raw_bool_literal()
|
D | doc-comments-help.rs | 53 #[structopt(name = "lorem-ipsum", no_version)] in empty_line_in_doc_comment_is_double_linefeed()
|
/external/autotest/site_utils/stable_images/ |
D | assign_stable_images.py | 324 no_version = 0 327 no_version += 1 336 logging.info('%d boards have no firmware mapping', no_version)
|
/external/rust/crates/structopt-derive/src/ |
D | attrs.rs | 92 no_version: Option<Ident>, field 235 let no_version = parent_attrs in new() localVariable 237 .map(|attrs| attrs.no_version.clone()) in new() 251 no_version, in new() 302 NoVersion(ident) => self.no_version = Some(ident), in push_attrs() 601 match (&self.no_version, &self.version) { in version()
|
/external/rust/crates/structopt/examples/ |
D | no_version.rs | 9 no_version,
|
D | README.md | 64 ### [No version](no_version.rs)
|
/external/gflags/src/ |
D | gflags.cc | 1239 const string no_version = string("no") + flaglist[i]; in ReportErrors() local 1242 } else if (undefined_names_.find(no_version) != undefined_names_.end()) { in ReportErrors() 1243 error_flags_[no_version] = ""; in ReportErrors()
|
/external/rust/crates/structopt/ |
D | CHANGELOG.md | 69 * You don't have to apply `#[no_version]` to every `enum` variant anymore. 254 * Contrary, `version` **is still deduced by default**. You can use `#[structopt(no_version)]` to
|