Searched defs:TempArgs (Results 1 – 1 of 1) sorted by relevance
203 struct TempArgs { struct205 explicit TempArgs(size_t sz) in TempArgs() argument214 ~TempArgs() in ~TempArgs() argument228 TempArgs(TempArgs &&other) : sp_(other.sp_), inlArr_(other.inlArr_) in TempArgs() function257 return TempArgs<T, OPT_SZ>(sz); in GetTempArgs() argument