Home
last modified time | relevance | path

Searched defs:captures (Results 1 – 10 of 10) 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/flutter/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/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dplugin_registrar.cc108 auto captures = new Captures(); in Send() local
113 auto captures = reinterpret_cast<Captures*>(user_data); in Send() local
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dace_embedder.cc387 auto captures = std::make_unique<Captures>(); in MakeSkSurfaceFromBackingStore() local
391 auto captures = reinterpret_cast<Captures*>(context); in MakeSkSurfaceFromBackingStore() local
Dembedder.cc370 auto captures = std::make_unique<Captures>(); in MakeSkSurfaceFromBackingStore() local
374 auto captures = reinterpret_cast<Captures*>(context); in MakeSkSurfaceFromBackingStore() local
/third_party/rust/crates/regex/regex-capi/src/
Drure.rs403 let captures = Captures(re.locations()); localVariable
/third_party/flutter/engine/flutter/shell/platform/embedder/tests/
Dembedder_unittests.cc307 Captures captures; in TEST_F() local
333 auto captures = reinterpret_cast<Captures*>(user_data); in TEST_F() local
/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