/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | FileOptions.php | 65 protected $java_string_check_utf8 = null; variable in Google\\Protobuf\\Internal\\FileOptions 466 return isset($this->java_string_check_utf8) ? $this->java_string_check_utf8 : false; 471 return isset($this->java_string_check_utf8); 476 unset($this->java_string_check_utf8); 494 $this->java_string_check_utf8 = $var;
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | FileOptions.php | 65 protected $java_string_check_utf8 = null; variable in Google\\Protobuf\\Internal\\FileOptions 466 return isset($this->java_string_check_utf8) ? $this->java_string_check_utf8 : false; 471 return isset($this->java_string_check_utf8); 476 unset($this->java_string_check_utf8); 494 $this->java_string_check_utf8 = $var;
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/ |
H A D | test_check_utf8.proto | 33 // Test file option java_string_check_utf8. 39 option java_string_check_utf8 = true;
|
H A D | test_check_utf8_size.proto | 33 // Test file option java_string_check_utf8. 39 option java_string_check_utf8 = true;
|
/aosp_15_r20/external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
H A D | test_check_utf8_size.proto | 33 // Test file option java_string_check_utf8. 39 option java_string_check_utf8 = true;
|
H A D | test_check_utf8.proto | 33 // Test file option java_string_check_utf8. 39 option java_string_check_utf8 = true;
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/ |
D | descriptor.rs | 3812 pub java_string_check_utf8: ::std::option::Option<bool>, field 4014 pub fn java_string_check_utf8(&self) -> bool { in java_string_check_utf8() method 4015 self.java_string_check_utf8.unwrap_or(false) in java_string_check_utf8() 4019 self.java_string_check_utf8 = ::std::option::Option::None; in clear_java_string_check_utf8() 4023 self.java_string_check_utf8.is_some() in has_java_string_check_utf8() 4028 self.java_string_check_utf8 = ::std::option::Option::Some(v); in set_java_string_check_utf8() 4480 |m: &FileOptions| { &m.java_string_check_utf8 }, in generated_message_descriptor_data() 4481 |m: &mut FileOptions| { &mut m.java_string_check_utf8 }, in generated_message_descriptor_data() 4599 self.java_string_check_utf8 = ::std::option::Option::Some(is.read_bool()?); in merge_from() 4673 if let Some(v) = self.java_string_check_utf8 { in compute_size() [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | helpers.h | 437 descriptor->file()->options().java_string_check_utf8(); in CheckUtf8()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/java/ |
H A D | helpers.h | 437 descriptor->file()->options().java_string_check_utf8(); in CheckUtf8()
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/ |
D | descriptor.rs | 4674 java_string_check_utf8: ::std::option::Option<bool>, field 4823 self.java_string_check_utf8.unwrap_or(false) in get_java_string_check_utf8() 4826 self.java_string_check_utf8 = ::std::option::Option::None; in clear_java_string_check_utf8() 4830 self.java_string_check_utf8.is_some() in has_java_string_check_utf8() 4835 self.java_string_check_utf8 = ::std::option::Option::Some(v); in set_java_string_check_utf8() 5324 self.java_string_check_utf8 = ::std::option::Option::Some(tmp); in merge_from() 5422 if let Some(v) = self.java_string_check_utf8 { in compute_size() 5492 if let Some(v) = self.java_string_check_utf8 { in write_to_with_cached_sizes() 5605 |m: &FileOptions| { &m.java_string_check_utf8 }, in descriptor_static() 5606 |m: &mut FileOptions| { &mut m.java_string_check_utf8 }, in descriptor_static() [all …]
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 306 optional bool java_string_check_utf8 = 27 [default=false]; field
|
/aosp_15_r20/external/nanopb-c/generator/proto/google/protobuf/ |
H A D | descriptor.proto | 351 optional bool java_string_check_utf8 = 27 [default=false]; field
|
/aosp_15_r20/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 320 optional bool java_string_check_utf8 = 27 [default=false]; field
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | descriptor.proto | 374 optional bool java_string_check_utf8 = 27 [default = false]; field
|
H A D | descriptor.pb.h | 4085 bool java_string_check_utf8() const; in Swap() 12138 inline bool FileOptions::java_string_check_utf8() const { in java_string_check_utf8() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/ |
D | descriptor.proto | 375 optional bool java_string_check_utf8 = 27 [default = false]; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor.proto | 366 optional bool java_string_check_utf8 = 27 [default = false]; field
|
D | descriptor_sv.proto | 368 optional bool java_string_check_utf8 = 27 [default = false]; field
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.proto | 374 optional bool java_string_check_utf8 = 27 [default = false]; field
|
H A D | descriptor.pb.h | 4085 bool java_string_check_utf8() const; in Swap() 12138 inline bool FileOptions::java_string_check_utf8() const { in java_string_check_utf8() function
|
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/google/protobuf/ |
D | descriptor.pb.h | 3851 bool java_string_check_utf8() const; in Swap() 11710 inline bool FileOptions::java_string_check_utf8() const { in java_string_check_utf8() function
|
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/google/protobuf/ |
D | descriptor.pb.h | 3851 bool java_string_check_utf8() const; in Swap() 11710 inline bool FileOptions::java_string_check_utf8() const { in java_string_check_utf8() function
|