Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_check_utf8.proto33 // Test file option java_string_check_utf8.
39 option java_string_check_utf8 = true;
Dtest_check_utf8_size.proto33 // Test file option java_string_check_utf8.
39 option java_string_check_utf8 = true;
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.h344 descriptor->file()->options().java_string_check_utf8(); in CheckUtf8()
/external/protobuf/src/google/protobuf/
Ddescriptor.proto327 optional bool java_string_check_utf8 = 27 [default=false]; field
Ddescriptor.pb.cc8390 …::google::protobuf::internal::WireFormatLite::WriteBool(27, this->java_string_check_utf8(), output… in SerializeWithCachedSizes()
8509 …::protobuf::internal::WireFormatLite::WriteBoolToArray(27, this->java_string_check_utf8(), target); in SerializeWithCachedSizesToArray()
8703 set_java_string_check_utf8(from.java_string_check_utf8()); in MergeFrom()
8972 bool FileOptions::java_string_check_utf8() const { in java_string_check_utf8() function in google::protobuf::FileOptions
Ddescriptor.pb.h1963 bool java_string_check_utf8() const;
5931 inline bool FileOptions::java_string_check_utf8() const { in java_string_check_utf8() function