Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp-ast.h195 int max_match() override { return max_match_; } in max_match() function
218 int max_match() override { return max_match_; } in max_match() function
246 int max_match() override { return 0; } in max_match() function
306 int max_match() override { return 2; } in max_match() function
340 int max_match() override { return data_.length(); } in max_match() function
392 int max_match() override { return length_; } in max_match() function
433 int max_match() override { return max_match_; } in max_match() function
469 int max_match() override { return max_match_; } in max_match() function
502 int max_match() override { return max_match_; } in max_match() function
529 int max_match() override { return 0; } in max_match() function
[all …]
/third_party/elfutils/libdw/
Ddwarf_getsrc_file.c51 size_t max_match = *nsrcs ?: ~0u; in dwarf_getsrc_file() local
/third_party/elfutils/libdwfl/
Ddwfl_module_getsrc_file.c72 size_t max_match = *nsrcs ?: ~0u; in dwfl_module_getsrc_file() local
/third_party/skia/third_party/externals/brotli/research/
Ddeorummolae.cc226 TextIdx max_match = static_cast<TextIdx>(dictionary_size_limit) - total; in DM_generate() local
/third_party/rust/crates/aho-corasick/src/
Ddfa.rs412 max_match: S, field