Lines Matching refs:ValueSource
20 use crate::parser::{Validator, ValueSource};
817 ValueSource::CommandLine,
927 ValueSource::CommandLine,
1016 ValueSource::CommandLine,
1039 ValueSource::CommandLine,
1108 ValueSource::CommandLine,
1121 source: ValueSource,
1138 if source == ValueSource::CommandLine {
1178 if source == ValueSource::CommandLine
1205 if source == ValueSource::CommandLine
1399 ValueSource::EnvVariable,
1444 ValueSource::DefaultValue,
1480 ValueSource::DefaultValue,
1499 fn start_custom_arg(&self, matcher: &mut ArgMatcher, arg: &Arg, source: ValueSource) {
1500 if source == ValueSource::CommandLine {
1551 self.start_custom_arg(matcher, arg, ValueSource::CommandLine);