Searched defs:RTSTRDYNFMT (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrformattype.cpp62 typedef struct RTSTRDYNFMT struct
82 } RTSTRDYNFMT; typedef in typeref:struct:RTSTRDYNFMT
83 AssertCompileSizeAlignment(RTSTRDYNFMT, 32);
84 typedef RTSTRDYNFMT *PRTSTRDYNFMT;
85 typedef RTSTRDYNFMT const *PCRTSTRDYNFMT;
93 static RTSTRDYNFMT g_aTypes[64];
260 AssertReturn(cchType < RT_SIZEOFMEMB(RTSTRDYNFMT, szType), VERR_INVALID_PARAMETER);

Completed in 186 milliseconds