Searched refs:current_value_rowid (Results 1 – 2 of 2) sorted by relevance
275 INDEX_TYPE current_value_rowid = value_rowids(0); in CalculateOutputIndexValueRowID() local277 if (current_value_rowid >= parent_output_index.size()) { in CalculateOutputIndexValueRowID()279 "Got current_value_rowid=", current_value_rowid, in CalculateOutputIndexValueRowID()283 INDEX_TYPE current_output_index = parent_output_index[current_value_rowid]; in CalculateOutputIndexValueRowID()287 if (next_value_rowid == current_value_rowid) { in CalculateOutputIndexValueRowID()298 current_value_rowid = next_value_rowid; in CalculateOutputIndexValueRowID()
355 int current_value_rowid = value_rowids_val(0); in CalculateOutputIndexValueRowID() local357 int current_output_index = parent_output_index[current_value_rowid]; in CalculateOutputIndexValueRowID()361 if (next_value_rowid == current_value_rowid) { in CalculateOutputIndexValueRowID()372 current_value_rowid = next_value_rowid; in CalculateOutputIndexValueRowID()