Home
last modified time | relevance | path

Searched refs:trailing_values (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/
Dparser.rs68 let mut trailing_values = false; in get_matches_with() localVariable
102 if !trailing_values { in get_matches_with()
131 trailing_values = true; in get_matches_with()
141 trailing_values, in get_matches_with()
211 trailing_values, in get_matches_with()
288 trailing_values, in get_matches_with()
327 && !trailing_values; in get_matches_with()
367 } else if trailing_values in get_matches_with()
380 if arg.is_last_set() && !trailing_values { in get_matches_with()
391 trailing_values = true; in get_matches_with()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/
Dparser.rs66 let mut trailing_values = false; in get_matches_with() localVariable
85 if !trailing_values { in get_matches_with()
110 trailing_values = true; in get_matches_with()
160 trailing_values, in get_matches_with()
242 !trailing_values && self.cmd.has_positionals(); in get_matches_with()
269 let trailing_values = false; in get_matches_with() localVariable
270 let arg_values = matcher.pending_values_mut(id, None, trailing_values); in get_matches_with()
314 && !trailing_values; in get_matches_with()
348 } else if trailing_values in get_matches_with()
361 if arg.is_last_set() && !trailing_values { in get_matches_with()
[all …]
Darg_matcher.rs202 trailing_values: bool, in pending_values_mut()
214 if trailing_values { in pending_values_mut()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/
H A Dparser.rs66 let mut trailing_values = false; in get_matches_with() localVariable
85 if !trailing_values { in get_matches_with()
110 trailing_values = true; in get_matches_with()
160 trailing_values, in get_matches_with()
242 !trailing_values && self.cmd.has_positionals(); in get_matches_with()
269 let trailing_values = false; in get_matches_with() localVariable
270 let arg_values = matcher.pending_values_mut(id, None, trailing_values); in get_matches_with()
314 && !trailing_values; in get_matches_with()
348 } else if trailing_values in get_matches_with()
361 if arg.is_last_set() && !trailing_values { in get_matches_with()
[all …]
H A Darg_matcher.rs202 trailing_values: bool, in pending_values_mut()
214 if trailing_values { in pending_values_mut()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dtuple_util.cc43 absl::Span<HloInstruction* const> trailing_values) { in AppendSuffix() argument
55 tuple_elements.insert(tuple_elements.end(), trailing_values.begin(), in AppendSuffix()
56 trailing_values.end()); in AppendSuffix()
H A Dtuple_util.h42 absl::Span<HloInstruction* const> trailing_values);