Searched defs:DefaultArgs (Results 1 – 9 of 9) sorted by relevance
14 struct DefaultArgs : torch::CustomClassHolder { struct15 int x;16 DefaultArgs(int64_t start = 3) : x(start) {} in DefaultArgs() function17 int64_t increment(int64_t val = 1) { in increment()21 int64_t decrement(int64_t val = 1) { in decrement()25 int64_t scale_add(int64_t add, int64_t scale = 1) { in scale_add()30 int64_t divide(std::optional<int64_t> factor) { in divide()
71 static void DefaultArgs(Benchmark* /*b*/) { /* none */ in DefaultArgs() function in BaseBench131 static void DefaultArgs(Benchmark* b) { in DefaultArgs() function in VibratorEffectsBench594 static void DefaultArgs(Benchmark* b) { in DefaultArgs() function in VibratorEffectsBench_Aidl728 static void DefaultArgs(Benchmark* b) { in DefaultArgs() function in VibratorPrimitivesBench_Aidl
130 static void DefaultArgs(Benchmark* /*b*/) { in DefaultArgs() function in VibratorBench375 static void DefaultArgs(Benchmark* b) { in DefaultArgs() function in VibratorEffectsBench520 static void DefaultArgs(Benchmark* b) { in DefaultArgs() function in SlowVibratorPrimitivesBench
208 namespace DefaultArgs { namespace
1043 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs; member
1435 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs; member
1412 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs; member
1470 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs; member