Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php68 private $java_string_check_utf8 = false; variable in Google\\Protobuf\\Internal\\FileOptions
464 return $this->java_string_check_utf8;
482 $this->java_string_check_utf8 = $var;
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_check_utf8_size.proto33 // Test file option java_string_check_utf8.
39 option java_string_check_utf8 = true;
Dtest_check_utf8.proto33 // Test file option java_string_check_utf8.
39 option java_string_check_utf8 = true;
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.h393 descriptor->file()->options().java_string_check_utf8(); in CheckUtf8()
/external/rust/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 …]
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto306 optional bool java_string_check_utf8 = 27 [default=false]; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto351 optional bool java_string_check_utf8 = 27 [default=false]; field
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto320 optional bool java_string_check_utf8 = 27 [default=false]; field
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto371 optional bool java_string_check_utf8 = 27 [default = false]; field
Ddescriptor_sv.proto368 optional bool java_string_check_utf8 = 27 [default = false]; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto351 optional bool java_string_check_utf8 = 27 [default = false]; field
Ddescriptor.pb.h3773 bool java_string_check_utf8() const;
9641 inline bool FileOptions::java_string_check_utf8() const { in java_string_check_utf8() function
Ddescriptor.pb.cc9091 …::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBool(27, this->java_string_check_utf8(), o… in SerializeWithCachedSizes()
9271 …MESPACE_ID::internal::WireFormatLite::WriteBoolToArray(27, this->java_string_check_utf8(), target); in InternalSerializeWithCachedSizesToArray()
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto351 optional bool java_string_check_utf8 = 27 [default = false]; field