Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc4623 string outer_scope; in BuildEnumValue() local
4625 outer_scope = file_->package(); in BuildEnumValue()
4627 outer_scope = parent->containing_type()->full_name(); in BuildEnumValue()
4630 if (outer_scope.empty()) { in BuildEnumValue()
4631 outer_scope = "the global scope"; in BuildEnumValue()
4633 outer_scope = "\"" + outer_scope + "\""; in BuildEnumValue()
4641 + outer_scope + ", not just within \"" + parent->name() + "\"."); in BuildEnumValue()