Searched defs:oneofDesc (Results 1 – 2 of 2) sorted by relevance
41 type oneofDesc struct { struct42 index int43 synthetic bool44 protoreflect.OneofDescriptor47 func (d oneofDesc) Index() int { return d.index }48 func (d oneofDesc) IsSynthetic() bool { return d.synthetic }
467 oneofDesc protoreflect.OneofDescriptor member