Home
last modified time | relevance | path

Searched defs:ValueSource (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/clap/src/parser/matches/
Dvalue_source.rs4 pub enum ValueSource { enum
13 impl ValueSource { impl
Dmatched_arg.rs157 pub(crate) fn source(&self) -> Option<ValueSource> { in source()
161 pub(crate) fn set_source(&mut self, source: ValueSource) { in set_source()
Darg_matches.rs622 pub fn value_source(&self, id: &str) -> Option<ValueSource> { in value_source()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
Dcommandlineflag.h47 enum ValueSource { enum
/third_party/rust/crates/clap/src/parser/
Darg_matcher.rs136 pub(crate) fn start_custom_arg(&mut self, arg: &Arg, source: ValueSource) { in start_custom_arg()
148 pub(crate) fn start_custom_group(&mut self, id: Id, source: ValueSource) { in start_custom_group()
Dparser.rs1122 source: ValueSource, in react()
1500 fn start_custom_arg(&self, matcher: &mut ArgMatcher, arg: &Arg, source: ValueSource) { in start_custom_arg()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dreflection.cc260 flags_internal::ValueSource, std::string&) override { in ParseFrom()