Lines Matching full:substr
1635 returned += shaderData->sources[i].substr(0, bufsize - 1 - curr_len);1639 memcpy(source, returned.substr(0, bufsize - 1).c_str(), bufsize);