Home
last modified time | relevance | path

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

/third_party/cef/include/base/
Dcef_callback.h91 using RunType = R(Args...); variable
171 using RunType = R(Args...); variable
/third_party/flutter/skia/src/core/
DSkRegionPriv.h20 typedef SkRegion::RunType RunType; typedef
/third_party/skia/src/core/
DSkRegionPriv.h20 typedef SkRegion::RunType RunType; typedef
/third_party/skia/include/core/
DSkRegion.h24 typedef int32_t RunType; typedef
/third_party/flutter/skia/include/core/
DSkRegion.h24 typedef int32_t RunType; typedef
/third_party/benchmark/include/benchmark/
Dbenchmark.h1525 enum RunType { RT_Iteration, RT_Aggregate }; enum