Home
last modified time | relevance | path

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

/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/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/boost/boost/
Dscope_exit.hpp525 #define BOOST_SCOPE_EXIT_AUX_PARAMS_T_CTOR(id, ty, captures, has_this) \ argument
531 #define BOOST_SCOPE_EXIT_AUX_PARAMS_INIT(id, captures, has_this) \ argument
568 #define BOOST_SCOPE_EXIT_AUX_PARAMS_T_CTOR(id, ty, captures, has_this) \ argument
593 #define BOOST_SCOPE_EXIT_AUX_PARAMS_INIT(id, captures, has_this) \ argument
659 #define BOOST_SCOPE_EXIT_AUX_TRAITS_OP_CAPTURE(d, captures, this01, capture) \ argument
662 #define BOOST_SCOPE_EXIT_AUX_TRAITS_OP_THIS(d, captures, this01, this_) \ argument
683 #define BOOST_SCOPE_EXIT_AUX_TRAITS(captures) \ argument
687 #define BOOST_SCOPE_EXIT_AUX_TRAITS_ALL(captures) \ argument
/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/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/boost/boost/regex/v4/
Dmatch_results.hpp465 const capture_sequence_type& captures(int i)const in captures() function in boost::match_results
Dsub_match.hpp118 const capture_sequence_type& captures()const in captures() function
/third_party/quickjs/
Dquickjs.c40621 JSValueConst matched, str, captures, namedCaptures, rep; in js_string___GetSubstitution() local