Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc3675 bool last_was_period = false; in ValidateQualifiedName() local
3683 last_was_period = false; in ValidateQualifiedName()
3685 if (last_was_period) return false; in ValidateQualifiedName()
3686 last_was_period = true; in ValidateQualifiedName()
3692 return !name.empty() && !last_was_period; in ValidateQualifiedName()