Searched defs:TempCStringBuffer (Results 1 – 1 of 1) sorted by relevance
222 private struct TempCStringBuffer(To = char) struct228 alias ptr this; /// implicitly covert to raw pointer272 static TempCStringBuffer trustedVoidInit() { TempCStringBuffer res = void; return res; } in trustedVoidInit() argument