Home
last modified time | relevance | path

Searched refs:java_string_check_utf8 (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFileOptions.php62 * Generated from protobuf field <code>optional bool java_string_check_utf8 = 27 [default = false];</code>
64 protected $java_string_check_utf8 = null; variable
208 * @type bool $java_string_check_utf8
454 * Generated from protobuf field <code>optional bool java_string_check_utf8 = 27 [default = false];</code>
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);
480 * Generated from protobuf field <code>optional bool java_string_check_utf8 = 27 [default = false];</code>
487 $this->java_string_check_utf8 variable
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.h422 descriptor->file()->options().java_string_check_utf8(); in CheckUtf8()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h3801 // optional bool java_string_check_utf8 = 27 [default = false];
3807 bool java_string_check_utf8() const;
10205 // optional bool java_string_check_utf8 = 27 [default = false];
10220 inline bool FileOptions::java_string_check_utf8() const { in java_string_check_utf8() function in FileOptions
10221 // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.java_string_check_utf8) in java_string_check_utf8()
10230 // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.java_string_check_utf8) in set_java_string_check_utf8()

Completed in 25 milliseconds