Home
last modified time | relevance | path

Searched refs:java_string_check_utf8 (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/
H A DFileOptions.php65 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 DFileOptions.php65 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 Dtest_check_utf8.proto33 // Test file option java_string_check_utf8.
39 option java_string_check_utf8 = true;
H A Dtest_check_utf8_size.proto33 // 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 Dtest_check_utf8_size.proto33 // Test file option java_string_check_utf8.
39 option java_string_check_utf8 = true;
H A Dtest_check_utf8.proto33 // 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/
Ddescriptor.rs3812 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 Dhelpers.h437 descriptor->file()->options().java_string_check_utf8(); in CheckUtf8()
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/java/
H A Dhelpers.h437 descriptor->file()->options().java_string_check_utf8(); in CheckUtf8()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Ddescriptor.rs4674 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/
Ddescriptor.proto306 optional bool java_string_check_utf8 = 27 [default=false]; field
/aosp_15_r20/external/nanopb-c/generator/proto/google/protobuf/
H A Ddescriptor.proto351 optional bool java_string_check_utf8 = 27 [default=false]; field
/aosp_15_r20/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto320 optional bool java_string_check_utf8 = 27 [default=false]; field
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.proto374 optional bool java_string_check_utf8 = 27 [default = false]; field
H A Ddescriptor.pb.h4085 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/
Ddescriptor.proto375 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/
Ddescriptor.proto366 optional bool java_string_check_utf8 = 27 [default = false]; field
Ddescriptor_sv.proto368 optional bool java_string_check_utf8 = 27 [default = false]; field
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.proto374 optional bool java_string_check_utf8 = 27 [default = false]; field
H A Ddescriptor.pb.h4085 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/
Ddescriptor.pb.h3851 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/
Ddescriptor.pb.h3851 bool java_string_check_utf8() const; in Swap()
11710 inline bool FileOptions::java_string_check_utf8() const { in java_string_check_utf8() function