Home
last modified time | relevance | path

Searched refs:allow_alias (Results 1 – 25 of 28) sorted by relevance

12

/external/protobuf/php/src/Google/Protobuf/Internal/
DEnumOptions.php24 private $allow_alias = false; variable in Google\\Protobuf\\Internal\\EnumOptions
76 return $this->allow_alias;
90 $this->allow_alias = $var;
/external/flatbuffers/tests/prototest/
Dtest.proto10 option allow_alias = true;
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc549 bool allow_alias = false; in ValidateEnum() local
560 allow_alias = true; in ValidateEnum()
566 if (has_allow_alias && !allow_alias) { in ValidateEnum()
587 if (allow_alias && !has_duplicates) { in ValidateEnum()
601 if (!allow_alias) { in ValidateEnum()
/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.proto50 option allow_alias = true;
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto53 option allow_alias = true;
/external/protobuf/benchmarks/datasets/google_message4/
Dbenchmark_message4_3.proto49 option allow_alias = true;
/external/protobuf/src/google/protobuf/
Dtest_messages_proto3.proto77 option allow_alias = true;
Dunittest_lite.proto480 option allow_alias = true;
Dunittest.proto519 option allow_alias = true;
Ddescriptor.proto614 optional bool allow_alias = 2; field
Ddescriptor.cc6046 if (!enm->options().has_allow_alias() || !enm->options().allow_alias()) { in ValidateEnumOptions()
6057 if (!enm->options().allow_alias()) { in ValidateEnumOptions()
/external/cros/system_api/dbus/authpolicy/
Dactive_directory_info.proto16 option allow_alias = true;
/external/protobuf/csharp/protos/
Dunittest_proto3.proto198 option allow_alias = true;
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_proto3.proto207 option allow_alias = true;
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto437 option allow_alias = true;
Ddescriptor.proto426 optional bool allow_alias = 2 [default=true]; field
/external/protobuf/objectivec/Tests/
Dunittest_objc.proto876 option allow_alias = true;
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto437 option allow_alias = true;
Ddescriptor.proto426 optional bool allow_alias = 2 [default=true]; field
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest.proto437 option allow_alias = true;
Ddescriptor.proto426 optional bool allow_alias = 2 [default=true]; field
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto496 optional bool allow_alias = 2; field
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto560 optional bool allow_alias = 2; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto601 optional bool allow_alias = 2; field
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto612 optional bool allow_alias = 2; field

12