HomeSort by relevance Sort by last modified time
    Searched full:was_not_underscore (Results 1 - 1 of 1) sorted by null

  /external/protobuf/src/google/protobuf/util/internal/
utility.cc 247 bool was_not_underscore = false; // Initialize to false for case 1 (below) local
263 if (was_not_underscore && // case 1 out
271 was_not_underscore = true;
275 was_not_underscore = input[i] != '_';

Completed in 505 milliseconds