Searched refs:GetOneofDecl (Results 1 – 4 of 4) sorted by relevance
38 if !(0 <= k && k < len(md.GetOneofDecl())) {
101 if m.L2.Oneofs.List, err = r.initOneofsFromDescriptorProto(md.GetOneofDecl(), m, sb); err != nil {
187 for j := range md.GetOneofDecl() {
982 func (x *DescriptorProto) GetOneofDecl() []*OneofDescriptorProto { func