Home
last modified time | relevance | path

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

/external/cronet/base/functional/
Dcallback.h76 using RunType = R(Args...); variable
199 constexpr OnceCallback(internal::NullCallbackTag::WithSignature<RunType>) in OnceCallback()
216 constexpr OnceCallback(internal::DoNothingCallbackTag::WithSignature<RunType>) in OnceCallback()
268 using RunType = R(Args...); variable
397 constexpr RepeatingCallback(internal::NullCallbackTag::WithSignature<RunType>) in RepeatingCallback()
415 internal::DoNothingCallbackTag::WithSignature<RunType>) in RepeatingCallback()
/external/skia/src/core/
DSkRegionPriv.h22 typedef SkRegion::RunType RunType; typedef
/external/clang/test/Parser/
DDelayedTemplateParsing.cpp80 typedef void RunType(); typedef in PR11931::Callback
/external/skia/include/core/
DSkRegion.h25 typedef int32_t RunType; typedef
/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.java81 enum RunType { enum in Ldml2JsonConverter
89 RunType() { in RunType() method in Ldml2JsonConverter.RunType
93 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.h1370 enum RunType { RT_Iteration, RT_Aggregate }; enum