Searched defs:TF_TString_Small (Results 1 – 1 of 1) sorted by relevance
118 typedef struct TF_TString_Small { // NOLINT struct120 char str[TF_TString_SmallCapacity + sizeof(/* null delim */ char)]; argument121 } TF_TString_Small; typedef