Home | History | Annotate | Download | only in protobuf

Lines Matching defs:getFieldCount

825       fields = new FieldDescriptor[proto.getFieldCount()];
826 for (int i = 0; i < proto.getFieldCount(); i++) {
838 oneofs[i].fields = new FieldDescriptor[oneofs[i].getFieldCount()];
841 for (int i = 0; i < proto.getFieldCount(); i++) {
2514 public int getFieldCount() { return fieldCount; }