Home
last modified time | relevance | path

Searched refs:is_present (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/aho-corasick/aho-corasick-debug/
Dmain.rs109 ascii_casei: parsed.is_present("ascii-case-insensitive"), in parse()
110 dfa: parsed.is_present("dfa"), in parse()
111 prefilter: parsed.is_present("prefilter"), in parse()
112 classes: parsed.is_present("classes"), in parse()
113 premultiply: parsed.is_present("premultiply"), in parse()
114 no_search: parsed.is_present("no-search"), in parse()
/third_party/rust/crates/clap/src/output/
Dusage.rs372 let is_present = matcher in get_required_usage_from() localVariable
381 req, is_present in get_required_usage_from()
383 if is_present { in get_required_usage_from()
403 let is_present = matcher in get_required_usage_from() localVariable
408 req, is_present in get_required_usage_from()
410 if is_present { in get_required_usage_from()
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc468 ScopedPyObjectPtr is_present(MapReflectionFriend::Contains(self, key)); in ScalarMapGet() local
469 if (is_present.get() == NULL) { in ScalarMapGet()
473 if (PyObject_IsTrue(is_present.get())) { in ScalarMapGet()
763 ScopedPyObjectPtr is_present(MapReflectionFriend::Contains(self, key)); in MessageMapGet() local
764 if (is_present.get() == NULL) { in MessageMapGet()
768 if (PyObject_IsTrue(is_present.get())) { in MessageMapGet()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
Dwps-nfc.py312 while tag.is_present:
329 while write_wait_remove and tag.is_present:
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
Dwps-nfc.py312 while tag.is_present:
329 while write_wait_remove and tag.is_present:
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dwps-ap-nfc.py202 while write_wait_remove and tag.is_present:
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dwps-ap-nfc.py202 while write_wait_remove and tag.is_present:
/third_party/rust/crates/clap/
DCHANGELOG.md451 - `ArgAction::SetTrue`, requiring `ArgMatches::get_flag` instead of `ArgMatches::is_present`
731 - `ArgMatches::is_present` with `ArgMatches::contains_id` or `ArgAction::SetTrue` (#3797)
1244 - `ArgMatches::is_present` no longer checks subcommand names