Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_helpers.h385 descriptor->file()->options().java_string_check_utf8(); in CheckUtf8()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto329 optional bool java_string_check_utf8 = 27 [default=false]; field
Ddescriptor.pb.cc8552 …::google::protobuf::internal::WireFormatLite::WriteBool(27, this->java_string_check_utf8(), output… in SerializeWithCachedSizes()
8671 …::protobuf::internal::WireFormatLite::WriteBoolToArray(27, this->java_string_check_utf8(), target); in InternalSerializeWithCachedSizesToArray()
8869 set_java_string_check_utf8(from.java_string_check_utf8()); in MergeFrom()
9138 bool FileOptions::java_string_check_utf8() const { in java_string_check_utf8() function in google::protobuf::FileOptions
Ddescriptor.pb.h2024 bool java_string_check_utf8() const;
6183 inline bool FileOptions::java_string_check_utf8() const { in java_string_check_utf8() function