Searched defs:TempArgs (Results 1 – 1 of 1) sorted by relevance
209 struct TempArgs { struct211 explicit TempArgs(size_t sz) in TempArgs() argument220 ~TempArgs() in ~TempArgs() argument234 TempArgs(TempArgs &&other) : sp_(other.sp_), inlArr_(other.inlArr_) in TempArgs() function263 return TempArgs<T, OPT_SZ>(sz); in GetTempArgs() argument