Searched refs:typeStr (Results 1 – 3 of 3) sorted by relevance
163 #define typeStr(x) (((int)x<(int)t_Max) ? types[(int)x] : "?") macro 662 typeStr(up->type), in true_doevent() 668 typeStr(up->type), stateStr(up->state), eventStr(event)); in true_doevent()
1575 auto [typeStr, levelStr] = fields[1].split(':'); in readConfigs()1576 auto type = getCompressionType(typeStr, arg->getSpelling()); in readConfigs()1578 if (fields[1].size() != typeStr.size() && in readConfigs()
1155 std::string typeStr; in PushProperty() local1156 Context.getObjCEncodingForType(property->getType(), typeStr); in PushProperty()1157 Fields.add(MakeConstantString(typeStr)); in PushProperty()