Home
last modified time | relevance | path

Searched defs:captures (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DEGLInitializePerf.cpp31 Captures *captures = static_cast<Captures *>(platformMethods->context); in CapturePlatform_currentTime() local
42 Captures *captures = static_cast<Captures *>(platformMethods->context); in CapturePlatform_histogramCustomCounts() local
/third_party/rust/crates/regex/src/
H A Dre_bytes.rs255 pub fn captures<'t>(&self, text: &'t [u8]) -> Option<Captures<'t>> { in captures() functions
[all...]
H A Dre_unicode.rs311 pub fn captures<'t>(&self, text: &'t str) -> Option<Captures<'t>> { in captures() functions
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc1914 base::SmallVector<Handle<Object>, kStaticVectorSlots> captures; in RUNTIME_FUNCTION() local
1068 VectorBackedMatch(Isolate* isolate, Handle<String> subject, Handle<String> match, int match_position, base::Vector<Handle<Object>> captures, Handle<Object> groups_obj) VectorBackedMatch() argument
[all...]

Completed in 6 milliseconds