Home
last modified time | relevance | path

Searched refs:was_not_underscore (Results 1 – 1 of 1) sorted by relevance

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