Home
last modified time | relevance | path

Searched refs:isProto3 (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/dports/www/gitea/gitea-1.16.5/vendor/github.com/jhump/protoreflect/desc/protoparse/
H A Ddescriptor_protos.go21 isProto3 := false
24 isProto3 = true
32 if isProto3 {
246 r.addMessageBody(md, &group.MessageBody, isProto3)
256 if !isProto3 {
374 r.addMessageBody(msgd, &node.MessageBody, isProto3)
411 fd := r.asFieldDescriptor(decl, maxTag, isProto3)
414 fd, md := r.asMapDescriptors(decl, isProto3, maxTag)
418 fd, md := r.asGroupDescriptors(decl, isProto3, maxTag)
435 fd := r.asFieldDescriptor(oodecl, maxTag, isProto3)
[all …]
H A Dvalidate.go15 isProto3 := fd.GetSyntax() == "proto3"
18 if validateMessage(res, isProto3, "", md, containsErrors) != nil {
24 if validateEnum(res, isProto3, "", ed, containsErrors) != nil {
30 if validateField(res, isProto3, "", fld) != nil {
40 if err := validateField(res, isProto3, nextPrefix, fld); err != nil {
45 if err := validateField(res, isProto3, nextPrefix, fld); err != nil {
50 if err := validateEnum(res, isProto3, nextPrefix, ed, containsErrors); err != nil {
55 if err := validateMessage(res, isProto3, nextPrefix, nmd, containsErrors); err != nil {
62 if isProto3 && len(md.ExtensionRange) > 0 {
225 if isProto3 && len(ed.Value) > 0 && ed.Value[0].GetNumber() != 0 {
[all …]
H A Dlinker.go316 scope := messageScope(fqn, isProto3(fd), l.descriptorPool[fd])
427 if fld.GetExtendee() == "" && isProto3(fd) && !proto3 {
619 return d, isProto3(fd)
652 func isProto3(fd *dpb.FileDescriptorProto) bool { func
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/jhump/protoreflect/desc/protoparse/
H A Ddescriptor_protos.go21 isProto3 := false
24 isProto3 = true
32 if isProto3 {
246 r.addMessageBody(md, &group.MessageBody, isProto3)
256 if !isProto3 {
374 r.addMessageBody(msgd, &node.MessageBody, isProto3)
411 fd := r.asFieldDescriptor(decl, maxTag, isProto3)
414 fd, md := r.asMapDescriptors(decl, isProto3, maxTag)
418 fd, md := r.asGroupDescriptors(decl, isProto3, maxTag)
435 fd := r.asFieldDescriptor(oodecl, maxTag, isProto3)
[all …]
H A Dvalidate.go15 isProto3 := fd.GetSyntax() == "proto3"
18 if validateMessage(res, isProto3, "", md, containsErrors) != nil {
24 if validateEnum(res, isProto3, "", ed, containsErrors) != nil {
30 if validateField(res, isProto3, "", fld) != nil {
40 if err := validateField(res, isProto3, nextPrefix, fld); err != nil {
45 if err := validateField(res, isProto3, nextPrefix, fld); err != nil {
50 if err := validateEnum(res, isProto3, nextPrefix, ed, containsErrors); err != nil {
55 if err := validateMessage(res, isProto3, nextPrefix, nmd, containsErrors); err != nil {
62 if isProto3 && len(md.ExtensionRange) > 0 {
225 if isProto3 && len(ed.Value) > 0 && ed.Value[0].GetNumber() != 0 {
[all …]
H A Dlinker.go350 scope := messageScope(fqn, isProto3(fd), l, fd)
475 if fld.GetExtendee() == "" && isProto3(fd) && !proto3 {
498 scope := messageScope(svcFqn, isProto3(fd), l, fd)
645 querySymbol := func(n string) (d proto.Message, isProto3 bool) {
668 querySymbol := func(n string) (d proto.Message, isProto3 bool) {
682 …Name string, query func(name string) (d proto.Message, isProto3 bool)) (d proto.Message, isProto3
758 return d, isProto3(fd)
793 func isProto3(fd *dpb.FileDescriptorProto) bool { func
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/jhump/protoreflect/desc/protoparse/
H A Dvalidate.go14 isProto3 := fd.GetSyntax() == "proto3"
17 if validateMessage(res, isProto3, "", md, containsErrors) != nil {
23 if validateEnum(res, isProto3, "", ed, containsErrors) != nil {
29 if validateField(res, isProto3, "", fld) != nil {
39 if err := validateField(res, isProto3, nextPrefix, fld); err != nil {
44 if err := validateField(res, isProto3, nextPrefix, fld); err != nil {
49 if err := validateEnum(res, isProto3, nextPrefix, ed, containsErrors); err != nil {
54 if err := validateMessage(res, isProto3, nextPrefix, nmd, containsErrors); err != nil {
61 if isProto3 && len(md.ExtensionRange) > 0 {
223 if isProto3 && len(ed.Value) > 0 && ed.Value[0].GetNumber() != 0 {
[all …]
H A Ddescriptor_protos.go20 isProto3 := false
23 isProto3 = true
31 if isProto3 {
43 r.addExtensions(decl.extend, &fd.Extension, &fd.MessageType, isProto3)
146 fd, md := r.asGroupDescriptors(decl.group, isProto3, internal.MaxTag)
244 r.addMessageDecls(md, group.decls, isProto3)
254 if !isProto3 {
366 r.addMessageDecls(msgd, node.decls, isProto3)
403 fd, md := r.asMapDescriptors(decl.mapField, isProto3, maxTag)
407 fd, md := r.asGroupDescriptors(decl.group, isProto3, maxTag)
[all …]
H A Dlinker.go309 scope := messageScope(fqn, isProto3(fd), l.descriptorPool[fd])
420 if fld.GetExtendee() == "" && isProto3(fd) && !proto3 {
612 return d, isProto3(fd)
645 func isProto3(fd *dpb.FileDescriptorProto) bool { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/common/types/pb/
H A Dtype.go36 isProto3 bool, resolveType typeResolver) *TypeDescription {
39 isProto3: isProto3,
49 isProto3 bool member
206 isProto3: td.isProto3,
232 isProto3: td.isProto3,
264 isProto3 bool member
341 if fd.isProto3 && fd.field != nil && !fd.IsOneof() {
441 return !fd.IsRepeated() && (fd.IsMessage() || !fd.isProto3)
H A Dfile.go26 isProto3 := fileDesc.GetSyntax() == "proto3"
34 types[name] = NewTypeDescription(name, msgType, isProto3, pbdb.DescribeType)
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/jhump/protoreflect/desc/protoparse/
H A Dparser.go653 isProto3 := false
655 isProto3 = file.syntax.syntax.val == "proto3"
657 if isProto3 {
845 r.addMessageDecls(md, group.decls, isProto3)
851 if !isProto3 {
958 r.addMessageDecls(msgd, node.decls, isProto3)
1160 isProto3 := fd.GetSyntax() == "proto3"
1169 if validateEnum(res, isProto3, "", ed) != nil {
1207 if isProto3 && len(md.ExtensionRange) > 0 {
1362 if isProto3 && ed.Value[0].GetNumber() != 0 {
[all …]
/dports/net/evans/evans-0.9.1/vendor/github.com/jhump/protoreflect/desc/protoparse/
H A Dparser.go684 isProto3 := false
686 isProto3 = file.syntax.syntax.val == "proto3"
688 if isProto3 {
795 fd, md := r.asGroupDescriptors(decl.group, isProto3)
879 r.addMessageDecls(md, group.decls, isProto3)
885 if !isProto3 {
992 r.addMessageDecls(msgd, node.decls, isProto3)
1194 isProto3 := fd.GetSyntax() == "proto3"
1209 if validateField(res, isProto3, "", fld) != nil {
1241 if isProto3 && len(md.ExtensionRange) > 0 {
[all …]
/dports/devel/protobuf/protobuf-3.17.3/conformance/
H A DConformanceJava.java233 boolean isProto3 = in doTest()
241 if (isProto3) { in doTest()
278 if (isProto3) { in doTest()
300 if (isProto3) { in doTest()
H A Dconformance_python.py113 isProto3 = (request.message_type == "protobuf_test_messages.proto3.TestAllTypesProto3")
117 if (not isProto3) and (not isJson) and (not isProto2):
H A DConformanceJavaLite.java231 boolean isProto3 = in doTest()
239 if (isProto3) { in doTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/conformance/
H A Dconformance_python.py116 isProto3 = (request.message_type == "protobuf_test_messages.proto3.TestAllTypesProto3")
120 if (not isProto3) and (not isJson) and (not isProto2):
H A DConformanceJava.java209 …boolean isProto3 = request.getMessageType().equals("protobuf_test_messages.proto3.TestAllTypesProt… in doTest()
214 if (isProto3) { in doTest()
252 if (isProto3) { in doTest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/conformance/
H A Dconformance_python.py116 isProto3 = (request.message_type == "protobuf_test_messages.proto3.TestAllTypesProto3")
120 if (not isProto3) and (not isJson) and (not isProto2):
H A DConformanceJava.java209 …boolean isProto3 = request.getMessageType().equals("protobuf_test_messages.proto3.TestAllTypesProt… in doTest()
214 if (isProto3) { in doTest()
252 if (isProto3) { in doTest()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/jhump/protoreflect/desc/
H A Ddescriptor.go62 isProto3 bool member
147 return fd.isProto3
274 isProto3 bool member
315 ret.isProto3 = fd.isProto3
451 return md.isProto3
591 proto3 := fd.file.isProto3
1009 if !fd.file.isProto3 {
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/jhump/protoreflect/desc/
H A Ddescriptor.go62 isProto3 bool member
147 return fd.isProto3
274 isProto3 bool member
315 ret.isProto3 = fd.isProto3
451 return md.isProto3
591 proto3 := fd.file.isProto3
1009 if !fd.file.isProto3 {
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/jhump/protoreflect/desc/
H A Ddescriptor.go61 isProto3 bool member
146 return fd.isProto3
261 isProto3 bool member
302 ret.isProto3 = fd.isProto3
438 return md.isProto3
578 proto3 := fd.file.isProto3
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/jhump/protoreflect/desc/
H A Ddescriptor.go62 isProto3 bool member
147 return fd.isProto3
274 isProto3 bool member
315 ret.isProto3 = fd.isProto3
451 return md.isProto3
591 proto3 := fd.file.isProto3
/dports/net/evans/evans-0.9.1/vendor/github.com/jhump/protoreflect/desc/
H A Ddescriptor.go61 isProto3 bool member
146 return fd.isProto3
261 isProto3 bool member
302 ret.isProto3 = fd.isProto3
438 return md.isProto3
578 proto3 := fd.file.isProto3

12345678910>>...12