Searched defs:StrBuffer (Results 1 – 4 of 4) sorted by relevance
4846 SmallString<42> StrBuffer; // 2 "", 36 bytes UUID, 2 optional {}, 1 nul in ParseMicrosoftUuidAttributeArgs() local
920 SmallString<8> StrBuffer; in ParseMicrosoftDeclSpecs() local
3236 SmallString<32> StrBuffer{}; in FixVarInitializerWithSpan() local
209964 typedef struct StrBuffer StrBuffer; typedef209965 struct StrBuffer { struct209966 char *z; /* Pointer to buffer containing string */209967 int n; /* Length of z in bytes (excl. nul-term) */209968 int nAlloc; /* Allocated size of buffer z in bytes */