Home
last modified time | relevance | path

Searched refs:match_ (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
Dmhchem.min.js1match_(p[s].pattern,t);if(_){for(var d=p[s].task,m=0;m<d.action_.length;m++){var l;if(u.actions[d.… method
Dmhchem.js288 var matches = mhchemParser.patterns.match_(t[i].pattern, input);
302 … o = machine.actions[task.action_[iA].type_](buffer, matches.match_, task.action_[iA].option);
304 … o = mhchemParser.actions[task.action_[iA].type_](buffer, matches.match_, task.action_[iA].option);
386 match_: m.splice(1),
398 match_: m.splice(1),
418 match_: m[0],
550 match_: match[0],
559 …match = a.match_.match(/^\$(?:\(?[+\-]?(?:[0-9]*[a-z]?[+\-])?[0-9]*[a-z](?:[+\-][0-9]*[a-z]?)?\)?|…
563 match_: match[0],
585 match_: match[0],
[all …]
Dmhchem.mjs178 var matches = mhchemParser.patterns.match_(t[i].pattern, input);
192 … o = machine.actions[task.action_[iA].type_](buffer, matches.match_, task.action_[iA].option);
194 … o = mhchemParser.actions[task.action_[iA].type_](buffer, matches.match_, task.action_[iA].option);
249 // either regexps or function that return null or {match_:"a", remainder:"bc"}
276 match_: m.splice(1),
288 match_: m.splice(1),
308 match_: m[0],
440 match_: match[0],
449 …match = a.match_.match(/^\$(?:\(?[+\-]?(?:[0-9]*[a-z]?[+\-])?[0-9]*[a-z](?:[+\-][0-9]*[a-z]?)?\)?|…
453 match_: match[0],
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Denum_and_vtable_mangling.rs8 pub const match_: _bindgen_ty_1 = _bindgen_ty_1::match_; constant
13 match_ = 0, enumerator
Dkeywords.rs114 pub static mut match_: ::std::os::raw::c_int; constant
/third_party/node/deps/v8/src/runtime/
Druntime-strings.cc35 : match_(match), prefix_(prefix), suffix_(suffix) {} in RUNTIME_FUNCTION()
37 Handle<String> GetMatch() override { return match_; } in RUNTIME_FUNCTION()
45 return match_; // Return arbitrary string handle. in RUNTIME_FUNCTION()
53 Handle<String> match_, prefix_, suffix_; in RUNTIME_FUNCTION() member in v8::internal::RUNTIME_FUNCTION::SimpleMatch
Druntime-regexp.cc1073 match_(match), in VectorBackedMatch()
1083 Handle<String> GetMatch() override { return match_; } in GetMatch()
1090 const int match_end_position = match_position_ + match_->length(); in GetSuffix()
1129 Handle<String> match_; member in v8::internal::__anon0928b3360511::VectorBackedMatch
/third_party/node/deps/v8/src/base/
Dhashmap.h438 explicit HashEqualityThenKeyMatcher(MatchFun match) : match_(match) {} in HashEqualityThenKeyMatcher()
442 return hash1 == hash2 && match_(key1, key2); in operator()
446 MatchFun match_;
/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.inl.tmpl151 if (!match_{{TrimLeft .Name "_"}}(ty{{range .TemplateParams}}, {{.GetName}}{{end}})) {
205 if (match_{{.Name}}(ty)) {