Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dmatch_flags.hpp59match_all = match_stop << 1, /* must find the whole of input even if match_an… enumerator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dmatch_flags.hpp59match_all = match_stop << 1, /* must find the whole of input even if match_an… enumerator
/aosp_15_r20/external/python/cpython3/Modules/_sre/
Dsre.h74 int match_all; member
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/
Dvalidator.rs318 let match_all = a.r_ifs_all.iter().all(|(other, val)| { in validate_required() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/
H A Dvalidator.rs318 let match_all = a.r_ifs_all.iter().all(|(other, val)| { in validate_required() localVariable
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/
Dvalidator.rs511 let match_all = a.r_ifs_all.iter().all(|(other, val)| { in validate_required() localVariable
/aosp_15_r20/packages/providers/MediaProvider/jni/
Dnode_test.cpp552 std::vector<node*> match_all; in TEST_F() local