Home
last modified time | relevance | path

Searched refs:helloworld (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/concurrent_hash_map/count_strings/
H A Dcount_strings.cpp230 MyString helloworld = Data[0]; in CreateData() local
231 helloworld[0] = toupper(helloworld[0]); in CreateData()
232 helloworld += ", " + Data[1] + " " + Data[2] + " " + Data[3] + " " + Data[4] + " " + Data[5]; in CreateData()
236 helloworld.c_str()); in CreateData()