Searched defs:IncrementLoc (Results 1 – 1 of 1) sorted by relevance
109 void IncrementLoc(int* loc) { (*loc)++; } in IncrementLoc() function110 void IncrementLoc(int* loc, int value) { (*loc) += value; } in IncrementLoc() function