Home
last modified time | relevance | path

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

/external/protobuf/java/src/test/java/com/google/protobuf/
Dtest_check_utf8_size.proto33 // Test file option java_string_check_utf8.
38 option java_string_check_utf8 = true;
Dtest_check_utf8.proto33 // Test file option java_string_check_utf8.
38 option java_string_check_utf8 = true;
/external/protobuf/src/google/protobuf/compiler/java/
Djava_string_field.cc130 return descriptor->file()->options().java_string_check_utf8(); in CheckUtf8()
/external/protobuf/src/google/protobuf/
Ddescriptor.proto296 optional bool java_string_check_utf8 = 27 [default=false]; field
Ddescriptor.pb.cc5307 …::google::protobuf::internal::WireFormatLite::WriteBool(27, this->java_string_check_utf8(), output… in SerializeWithCachedSizes()
5401 …::protobuf::internal::WireFormatLite::WriteBoolToArray(27, this->java_string_check_utf8(), target); in SerializeWithCachedSizesToArray()
5542 set_java_string_check_utf8(from.java_string_check_utf8()); in MergeFrom()
Ddescriptor.pb.h1622 inline bool java_string_check_utf8() const;
5206 inline bool FileOptions::java_string_check_utf8() const { in java_string_check_utf8() function