Searched refs:next_index (Results 1 – 1 of 1) sorted by relevance
681 size_t next_index; in LoadSharedLibFromTypeName() local686 while ((next_index = data_type.find(split_str, curr_index)) != string::npos) { in LoadSharedLibFromTypeName()687 if (curr_index == next_index) { in LoadSharedLibFromTypeName()690 curr_index = next_index + split_str.length(); in LoadSharedLibFromTypeName()693 string curr_string = data_type.substr(curr_index, next_index - curr_index); in LoadSharedLibFromTypeName()710 curr_index = next_index + split_str.length(); in LoadSharedLibFromTypeName()