Home
last modified time | relevance | path

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

12

/external/rust/crates/protobuf-codegen/src/
Denums.rs101 fn allow_alias(&self) -> bool { in allow_alias() method
143 if self.allow_alias() { in write()
162 if !self.allow_alias() { in write_struct()
167 if !self.allow_alias() { in write_struct()
181 if self.allow_alias() { in write_struct()
200 if self.allow_alias() { in write_fn_value()
317 assert!(self.allow_alias()); in write_impl_eq()
334 assert!(self.allow_alias()); in write_impl_hash()
/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;
/external/cros/system_api/dbus/authpolicy/
Dactive_directory_info.proto16 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/csharp/protos/
Dunittest_proto3.proto198 option allow_alias = true;
/external/rust/crates/protobuf/src/
Ddescriptor.rs6797 allow_alias: ::std::option::Option<bool>, field
6822 self.allow_alias.unwrap_or(false) in get_allow_alias()
6825 self.allow_alias = ::std::option::Option::None; in clear_allow_alias()
6829 self.allow_alias.is_some() in has_allow_alias()
6834 self.allow_alias = ::std::option::Option::Some(v); in set_allow_alias()
6901 self.allow_alias = ::std::option::Option::Some(tmp); in merge_from()
6925 if let Some(v) = self.allow_alias { in compute_size()
6941 if let Some(v) = self.allow_alias { in write_to_with_cached_sizes()
6992 |m: &EnumOptions| { &m.allow_alias }, in descriptor_static()
6993 |m: &mut EnumOptions| { &mut m.allow_alias }, in descriptor_static()
[all …]
/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/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/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/objectivec/Tests/
Dunittest_objc.proto876 option allow_alias = true;
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto496 optional bool allow_alias = 2; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto601 optional bool allow_alias = 2; field
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto560 optional bool allow_alias = 2; field
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto634 optional bool allow_alias = 2; field

12