Searched defs:TempArgs (Results 1 – 1 of 1) sorted by relevance
247 struct TempArgs { struct249 explicit TempArgs(size_t sz) in TempArgs() argument258 ~TempArgs() in ~TempArgs() argument272 TempArgs(TempArgs &&other) : sp_(other.sp_), inlArr_(other.inlArr_) in TempArgs() function301 return TempArgs<T, OPT_SZ>(sz); in GetTempArgs() argument