Searched defs:captures (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | EGLInitializePerf.cpp | 31 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/ |
D | EGLInitializePerf.cpp | 31 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/ |
D | plugin_registrar.cc | 108 auto captures = new Captures(); in Send() local 113 auto captures = reinterpret_cast<Captures*>(user_data); in Send() local
|
/third_party/boost/boost/ |
D | scope_exit.hpp | 525 #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/ |
D | ace_embedder.cc | 387 auto captures = std::make_unique<Captures>(); in MakeSkSurfaceFromBackingStore() local 391 auto captures = reinterpret_cast<Captures*>(context); in MakeSkSurfaceFromBackingStore() local
|
D | embedder.cc | 370 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/ |
D | embedder_unittests.cc | 307 Captures captures; in TEST_F() local 333 auto captures = reinterpret_cast<Captures*>(user_data); in TEST_F() local
|
/third_party/boost/boost/regex/v4/ |
D | match_results.hpp | 465 const capture_sequence_type& captures(int i)const in captures() function in boost::match_results
|
D | sub_match.hpp | 118 const capture_sequence_type& captures()const in captures() function
|
/third_party/quickjs/ |
D | quickjs.c | 40621 JSValueConst matched, str, captures, namedCaptures, rep; in js_string___GetSubstitution() local
|