Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java707 return Collections.unmodifiableList(Arrays.asList(oneofs).subList(0, realOneofCount)); in getRealOneofs()
829 private final int realOneofCount; field in Descriptors.Descriptor
855 this.realOneofCount = 0; in Descriptor()
919 this.realOneofCount = this.oneofs.length - syntheticOneofCount; in Descriptor()