Home
last modified time | relevance | path

Searched defs:match_options (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dinfo.hpp88 boost::regex_constants::match_flag_type match_options; member
127 boost::regex_constants::match_flag_type match_options = boost::match_default, in set_info()
165 static boost::regex_constants::match_flag_type match_options() in match_options() function in test_info_base
/aosp_15_r20/external/pcre/src/
H A Dpcre2_fuzzsupport.c101 static void print_match_options(FILE *stream, uint32_t match_options) in print_match_options()
175 uint32_t match_options, in describe_failure()
282 uint32_t match_options; in LLVMFuzzerTestOneInput() local
H A Dpcre2_jit_test.c153 int match_options; member
/aosp_15_r20/external/icing/icing/result/
H A Dsnippet-retriever.cc491 MatchOptions* match_options, in GetEntriesFromProperty()
623 const std::string& current_path, MatchOptions* match_options, in RetrieveSnippetForSection()
687 MatchOptions match_options = {snippet_spec}; in RetrieveSnippet() local
/aosp_15_r20/external/pigweed/pw_protobuf/py/pw_protobuf/
H A Doptions.py100 def match_options(name: str, options: ParsedOptions) -> CodegenOptions: function