Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DEnumOptions.php24 protected $allow_alias = null; variable in Google\\Protobuf\\Internal\\EnumOptions
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto426 optional bool allow_alias = 2 [default=true]; field
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto426 optional bool allow_alias = 2 [default=true]; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto426 optional bool allow_alias = 2 [default=true]; field
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto638 optional bool allow_alias = 2; field
Ddescriptor.pb.h11491 inline bool EnumOptions::allow_alias() const { in allow_alias() function
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc550 bool allow_alias = false; in ValidateEnum() local