Searched defs:typeStr (Results 1 – 2 of 2) sorted by relevance
163 #define typeStr(x) (((int)x<(int)t_Max) ? types[(int)x] : "?") macro
1155 std::string typeStr; in PushProperty() local