Searched refs:getSyntax (Results 1 – 4 of 4) sorted by relevance
584 if (getDescriptorForType().getFile().getSyntax()595 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()969 if (getFile().getSyntax() == Syntax.PROTO3) { in needsUtf8Check()1010 if (getFile().getSyntax() == FileDescriptor.Syntax.PROTO2) { in isPacked()
2079 return file.getSyntax() == FileDescriptor.Syntax.PROTO2;
1595 if (enumDescriptor.getFile().getSyntax() == FileDescriptor.Syntax.PROTO3) { in parseEnum()