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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DWireFormat.java178 enum Utf8Validation { enum in class:WireFormat
222 Utf8Validation utf8Validation) throws IOException {
H A DMessageReflection.java350 WireFormat.Utf8Validation getUtf8Validation(Descriptors.FieldDescriptor
536 public WireFormat.Utf8Validation getUtf8Validation(Descriptors.FieldDescriptor descriptor) {
538 return WireFormat.Utf8Validation.STRICT;
543 return WireFormat.Utf8Validation.LAZY;
545 return WireFormat.Utf8Validation.LOOSE;
703 public WireFormat.Utf8Validation getUtf8Validation(Descriptors.FieldDescriptor descriptor) {
705 return WireFormat.Utf8Validation.STRICT;
708 return WireFormat.Utf8Validation.LOOSE;
H A DFieldSet.java577 WireFormat.Utf8Validation.STRICT);
580 WireFormat.Utf8Validation.LOOSE);

Completed in 310 milliseconds