Searched refs:combStr (Results 1 – 1 of 1) sorted by relevance
419 ostringstream combStr; in getBindingsDescription() local421 combStr << "{ Descriptors: " << totalCount << ", ["; in getBindingsDescription()423 combStr << (i++ ? ", " : " ") << tc.first << ": " << tc.second; in getBindingsDescription()424 combStr << " ] }"; in getBindingsDescription()426 return combStr.str(); in getBindingsDescription()