Home
last modified time | relevance | path

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

/external/cronet/base/functional/
Dcallback.h78 using RunType = R(Args...); variable
203 constexpr OnceCallback(internal::NullCallbackTag::WithSignature<RunType>) in OnceCallback()
223 constexpr OnceCallback(internal::DoNothingCallbackTag::WithSignature<RunType>) in OnceCallback()
281 using RunType = R(Args...); variable
410 constexpr RepeatingCallback(internal::NullCallbackTag::WithSignature<RunType>) in RepeatingCallback()
431 internal::DoNothingCallbackTag::WithSignature<RunType>) in RepeatingCallback()
/external/skia/src/core/
DSkRegionPriv.h22 typedef SkRegion::RunType RunType; typedef
/external/skia/include/core/
DSkRegion.h31 typedef int32_t RunType; typedef
/external/clang/test/Parser/
DDelayedTemplateParsing.cpp80 typedef void RunType(); typedef in PR11931::Callback
/external/grpc-grpc/test/core/event_engine/fuzzing_event_engine/
Dfuzzing_event_engine.h126 enum class RunType { enum
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_model.h38 enum RunType { enum
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/json/
DLdml2JsonConverter.java93 enum RunType { enum in Ldml2JsonConverter
106 RunType() { in RunType() method in Ldml2JsonConverter.RunType
111 RunType(boolean isTiered, boolean hasLocales) { in RunType() method in Ldml2JsonConverter.RunType
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1322 enum RunType { RT_Iteration, RT_Aggregate }; enum
/external/google-benchmark/include/benchmark/
Dbenchmark.h1783 enum RunType { RT_Iteration, RT_Aggregate }; enum
/external/cronet/third_party/google_benchmark/src/include/benchmark/
Dbenchmark.h1701 enum RunType { RT_Iteration, RT_Aggregate }; enum