Searched refs:is_present (Results 1 – 8 of 8) sorted by relevance
/third_party/rust/crates/aho-corasick/aho-corasick-debug/ |
D | main.rs | 109 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/ |
D | usage.rs | 372 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/ |
D | map_container.cc | 468 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/ |
D | wps-nfc.py | 312 while tag.is_present: 329 while write_wait_remove and tag.is_present:
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
D | wps-nfc.py | 312 while tag.is_present: 329 while write_wait_remove and tag.is_present:
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | wps-ap-nfc.py | 202 while write_wait_remove and tag.is_present:
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | wps-ap-nfc.py | 202 while write_wait_remove and tag.is_present:
|
/third_party/rust/crates/clap/ |
D | CHANGELOG.md | 451 - `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
|