Searched refs:TempCStringBuffer (Results 1 – 1 of 1) sorted by relevance
83 auto res = TempCStringBuffer!To.trustedVoidInit(); // expensive to fill _buff[]222 private struct TempCStringBuffer(To = char) struct272 static TempCStringBuffer trustedVoidInit() { TempCStringBuffer res = void; return res; } in trustedVoidInit() argument