Home
last modified time | relevance | path

Searched defs:allow_alias (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto426 optional bool allow_alias = 2 [default=true]; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto426 optional bool allow_alias = 2 [default=true]; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto555 optional bool allow_alias = 2; field
Ddescriptor.pb.h6892 inline bool EnumOptions::allow_alias() const { in allow_alias() function
Ddescriptor.pb.cc11475 bool EnumOptions::allow_alias() const { in allow_alias() function in google::protobuf::EnumOptions
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc463 bool allow_alias = false; in ValidateEnum() local