Searched refs:Arg (Results 1 – 2 of 2) sorted by relevance
36 template <typename Fn, typename Arg>37 inline android::status_t nullable(Fn fn, const NullOr<Arg>& arg, android::Parcel* out) { in nullable()46 template <typename Fn, typename Arg>47 inline android::status_t nullable(Fn fn, Arg&& arg, android::Parcel* out) { in nullable()51 return fn(std::forward<Arg>(arg), out); in nullable()
65 BenchmarkWantsArgBase<T>* Arg(const char* arg_name, T arg) { in Arg() function110 BenchmarkWantsArg<int>* Arg(int arg) { in Arg() function133 ba->Arg(name, arg); in BenchmarkAddArg()