Searched refs:getSyntax (Results 1 – 5 of 5) sorted by relevance
529 } else if (field.getFile().getSyntax() == Descriptors.FileDescriptor.Syntax.PROTO3) {592 if (getDescriptorForType().getFile().getSyntax()603 if (getDescriptorForType().getFile().getSyntax()
153 public Syntax getSyntax() { in getSyntax() method in Descriptors.FileDescriptor154 if (Syntax.PROTO3.name.equals(proto.getSyntax())) { in getSyntax()573 return getSyntax() == Syntax.PROTO3; in supportsUnknownEnumValue()973 if (getFile().getSyntax() == Syntax.PROTO3) { in needsUtf8Check()1014 if (getFile().getSyntax() == FileDescriptor.Syntax.PROTO2) { in isPacked()
1912 return file.getSyntax() == FileDescriptor.Syntax.PROTO2;
2243 return file.getSyntax() == FileDescriptor.Syntax.PROTO2;
1623 if (enumDescriptor.getFile().getSyntax() == FileDescriptor.Syntax.PROTO3) { in parseEnum()