Home
last modified time | relevance | path

Searched defs:captures (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
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/regex-capi/src/
Drure.rs403 let captures = Captures(re.locations()); localVariable
/third_party/rust/crates/regex/src/
Dprog.rs27 pub captures: Vec<Option<String>>, field
Dre_bytes.rs255 pub fn captures<'t>(&self, text: &'t [u8]) -> Option<Captures<'t>> { in captures() method
Dre_unicode.rs311 pub fn captures<'t>(&self, text: &'t str) -> Option<Captures<'t>> { in captures() method
/third_party/node/deps/v8/src/runtime/
Druntime-regexp.cc1070 base::Vector<Handle<Object>> captures, in VectorBackedMatch()
1914 base::SmallVector<Handle<Object>, kStaticVectorSlots> captures; in RUNTIME_FUNCTION() local