Home | History | Annotate | Download | only in engine

Lines Matching refs:untrimmed_count

140   size_t untrimmed_count = name.find_last_not_of(' ') + 1;
142 if (name.compare(0, untrimmed_count, kForbiddenServerNames[i]) == 0)