/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | EnumOptions.php | 24 protected $allow_alias = null; variable in Google\\Protobuf\\Internal\\EnumOptions 73 return isset($this->allow_alias) ? $this->allow_alias : false; 78 return isset($this->allow_alias); 83 unset($this->allow_alias); 97 $this->allow_alias = $var;
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | EnumOptions.php | 24 protected $allow_alias = null; variable in Google\\Protobuf\\Internal\\EnumOptions 73 return isset($this->allow_alias) ? $this->allow_alias : false; 78 return isset($this->allow_alias); 83 unset($this->allow_alias); 97 $this->allow_alias = $var;
|
/external/rust/crates/protobuf-codegen/src/gen/ |
D | enums.rs | 96 fn allow_alias(&self) -> bool { in allow_alias() method 102 .allow_alias() in allow_alias() 127 if self.allow_alias() { in write() 159 if !self.allow_alias() { in write_enum() 164 if !self.allow_alias() { in write_enum() 183 if self.allow_alias() { in write_enum() 202 if self.allow_alias() { in write_impl_enum_fn_value() 298 if self.allow_alias() { in rust_enum_descriptor_is_enum_index() 359 assert!(self.allow_alias()); in write_impl_eq() 376 assert!(self.allow_alias()); in write_impl_hash()
|
/external/rust/crates/protobuf-codegen/2.27.1/src/ |
D | enums.rs | 107 fn allow_alias(&self) -> bool { in allow_alias() method 149 if self.allow_alias() { in write() 168 if !self.allow_alias() { in write_struct() 173 if !self.allow_alias() { in write_struct() 191 if self.allow_alias() { in write_struct() 210 if self.allow_alias() { in write_fn_value() 327 assert!(self.allow_alias()); in write_impl_eq() 344 assert!(self.allow_alias()); in write_impl_hash()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | layout_assignment.h | 352 bool allow_alias = false) { 354 allow_alias, current_priority_); 358 bool dfs, bool allow_alias, int64_t priority); 364 bool allow_alias = false, int64_t priority = -1);
|
D | layout_assignment.cc | 357 bool allow_alias, in SetInstructionLayout() argument 377 [this, layout, instruction, mandatory, allow_alias, priority]( in SetInstructionLayout() 382 if (!allow_alias) { in SetInstructionLayout() 397 bool allow_alias, in SetInstructionLayout() argument 415 [this, instruction, mandatory, allow_alias, priority]( in SetInstructionLayout() 420 if (!allow_alias) { in SetInstructionLayout()
|
/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/ |
D | enum.proto | 20 option allow_alias = true;
|
/external/flatbuffers/tests/prototest/ |
D | test.proto | 10 option allow_alias = true;
|
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 547 bool allow_alias = false; in ValidateEnum() local 558 allow_alias = true; in ValidateEnum() 564 if (has_allow_alias && !allow_alias) { in ValidateEnum() 585 if (allow_alias && !has_duplicates) { in ValidateEnum() 599 if (!allow_alias) { in ValidateEnum()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 548 bool allow_alias = false; in ValidateEnum() local 559 allow_alias = true; in ValidateEnum() 565 if (has_allow_alias && !allow_alias) { in ValidateEnum() 586 if (allow_alias && !has_duplicates) { in ValidateEnum() 600 if (!allow_alias) { in ValidateEnum()
|
/external/golang-protobuf/reflect/protodesc/ |
D | file_test.go | 517 options: {allow_alias:true} 538 options: {allow_alias:true} 601 options: {allow_alias: true}
|
/external/cronet/third_party/protobuf/java/util/src/test/proto/com/google/protobuf/util/ |
D | json_test.proto | 53 option allow_alias = true;
|
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/ |
D | json_test.proto | 53 option allow_alias = true;
|
/external/cronet/third_party/protobuf/js/ |
D | test.proto | 317 option allow_alias = true;
|
/external/rust/crates/protobuf/src/ |
D | descriptor.rs | 5897 pub allow_alias: ::std::option::Option<bool>, field 5925 pub fn allow_alias(&self) -> bool { in allow_alias() method 5926 self.allow_alias.unwrap_or(false) in allow_alias() 5930 self.allow_alias = ::std::option::Option::None; in clear_allow_alias() 5934 self.allow_alias.is_some() in has_allow_alias() 5939 self.allow_alias = ::std::option::Option::Some(v); in set_allow_alias() 5966 |m: &EnumOptions| { &m.allow_alias }, in generated_message_descriptor_data() 5967 |m: &mut EnumOptions| { &mut m.allow_alias }, in generated_message_descriptor_data() 6003 self.allow_alias = ::std::option::Option::Some(is.read_bool()?); in merge_from() 6023 if let Some(v) = self.allow_alias { in compute_size() [all …]
|
/external/protobuf/src/google/protobuf/ |
D | test_messages_proto3.proto | 78 option allow_alias = true;
|
/external/protobuf/benchmarks/datasets/google_message4/ |
D | benchmark_message4_3.proto | 79 option allow_alias = true;
|
/external/cronet/third_party/protobuf/src/google/protobuf/ |
D | test_messages_proto3.proto | 78 option allow_alias = true;
|
/external/pigweed/pw_transfer/integration_test/ |
D | config.proto | 23 option allow_alias = true;
|
/external/cronet/third_party/protobuf/benchmarks/datasets/google_message4/ |
D | benchmark_message4_3.proto | 79 option allow_alias = true;
|
/external/cronet/third_party/protobuf/csharp/protos/ |
D | unittest_proto3.proto | 198 option allow_alias = true;
|
/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
D | unittest_proto3.proto | 207 option allow_alias = true;
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
D | unittest_proto3.proto | 207 option allow_alias = true;
|
/external/protobuf/csharp/protos/ |
D | unittest_proto3.proto | 198 option allow_alias = true;
|
/external/rust/crates/protobuf/2.27.1/src/ |
D | descriptor.rs | 6797 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 …]
|