Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php64 protected $java_string_check_utf8 = null; variable in Google\\Protobuf\\Internal\\FileOptions
459 return isset($this->java_string_check_utf8) ? $this->java_string_check_utf8 : false;
464 return isset($this->java_string_check_utf8);
469 unset($this->java_string_check_utf8);
487 $this->java_string_check_utf8 = $var;
/third_party/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;
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.h422 descriptor->file()->options().java_string_check_utf8(); in CheckUtf8()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto375 optional bool java_string_check_utf8 = 27 [default = false]; field
Ddescriptor.pb.h3807 bool java_string_check_utf8() const;
10220 inline bool FileOptions::java_string_check_utf8() const { in java_string_check_utf8() function
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto368 optional bool java_string_check_utf8 = 27 [default = false]; field
Ddescriptor.proto371 optional bool java_string_check_utf8 = 27 [default = false]; field