Home
last modified time | relevance | path

Searched refs:MessageName (Results 1 – 25 of 1672) sorted by relevance

12345678910>>...67

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DBenchmarks.cs105 public string MessageName { property in Benchmarks.BenchmarkDataset
151 if (MessageName != other.MessageName) return false; in Equals()
160 if (MessageName.Length != 0) hash ^= MessageName.GetHashCode(); in GetHashCode()
179 if (MessageName.Length != 0) { in WriteTo()
181 output.WriteString(MessageName); in WriteTo()
195 if (MessageName.Length != 0) { in CalculateSize()
196 size += 1 + pb::CodedOutputStream.ComputeStringSize(MessageName); in CalculateSize()
213 if (other.MessageName.Length != 0) { in MergeFrom()
214 MessageName = other.MessageName; in MergeFrom()
233 MessageName = input.ReadString(); in MergeFrom()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DBenchmarks.cs105 public string MessageName { property in Benchmarks.BenchmarkDataset
151 if (MessageName != other.MessageName) return false; in Equals()
160 if (MessageName.Length != 0) hash ^= MessageName.GetHashCode(); in GetHashCode()
179 if (MessageName.Length != 0) { in WriteTo()
181 output.WriteString(MessageName); in WriteTo()
195 if (MessageName.Length != 0) { in CalculateSize()
196 size += 1 + pb::CodedOutputStream.ComputeStringSize(MessageName); in CalculateSize()
213 if (other.MessageName.Length != 0) { in MergeFrom()
214 MessageName = other.MessageName; in MergeFrom()
233 MessageName = input.ReadString(); in MergeFrom()
/dports/net/inlets/inlets-3.0.2/vendor/github.com/gogo/protobuf/protobuf-1.3.1/types/
H A Dany_test.go76 a := &Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
78 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
85 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
87 noPrefix := &Any{TypeUrl: proto.MessageName(m)}
89 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
91 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(m)}
93 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
140 noPrefix := &Any{TypeUrl: proto.MessageName(want)}
145 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/gogo/protobuf/types/
H A Dany_test.go76 a := &Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
78 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
85 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
87 noPrefix := &Any{TypeUrl: proto.MessageName(m)}
89 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
91 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(m)}
93 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
140 noPrefix := &Any{TypeUrl: proto.MessageName(want)}
145 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/golang/protobuf/ptypes/
H A Dany_test.go77 a := &any.Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
79 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
86 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
88 noPrefix := &any.Any{TypeUrl: proto.MessageName(m)}
90 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
92 shortPrefix := &any.Any{TypeUrl: "/" + proto.MessageName(m)}
94 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
141 noPrefix := &any.Any{TypeUrl: proto.MessageName(want)}
146 shortPrefix := &any.Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/gogo/protobuf/types/
H A Dany_test.go76 a := &Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
78 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
85 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
87 noPrefix := &Any{TypeUrl: proto.MessageName(m)}
89 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
91 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(m)}
93 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
140 noPrefix := &Any{TypeUrl: proto.MessageName(want)}
145 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/golang/protobuf/ptypes/
H A Dany_test.go77 a := &any.Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
79 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
86 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
88 noPrefix := &any.Any{TypeUrl: proto.MessageName(m)}
90 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
92 shortPrefix := &any.Any{TypeUrl: "/" + proto.MessageName(m)}
94 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
141 noPrefix := &any.Any{TypeUrl: proto.MessageName(want)}
146 shortPrefix := &any.Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/github.com/golang/protobuf/ptypes/
H A Dany_test.go77 a := &any.Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
79 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
86 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
88 noPrefix := &any.Any{TypeUrl: proto.MessageName(m)}
90 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
92 shortPrefix := &any.Any{TypeUrl: "/" + proto.MessageName(m)}
94 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
141 noPrefix := &any.Any{TypeUrl: proto.MessageName(want)}
146 shortPrefix := &any.Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/net/rclone/rclone-1.57.0/vendor/github.com/gogo/protobuf/types/
H A Dany_test.go76 a := &Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
78 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
85 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
87 noPrefix := &Any{TypeUrl: proto.MessageName(m)}
89 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
91 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(m)}
93 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
140 noPrefix := &Any{TypeUrl: proto.MessageName(want)}
145 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/golang/protobuf/ptypes/
H A Dany_test.go77 a := &any.Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
79 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
86 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
88 noPrefix := &any.Any{TypeUrl: proto.MessageName(m)}
90 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
92 shortPrefix := &any.Any{TypeUrl: "/" + proto.MessageName(m)}
94 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
141 noPrefix := &any.Any{TypeUrl: proto.MessageName(want)}
146 shortPrefix := &any.Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/gogo/protobuf/types/
H A Dany_test.go76 a := &Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
78 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
85 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
87 noPrefix := &Any{TypeUrl: proto.MessageName(m)}
89 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
91 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(m)}
93 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
140 noPrefix := &Any{TypeUrl: proto.MessageName(want)}
145 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/net/evans/evans-0.9.1/vendor/github.com/gogo/protobuf/types/
H A Dany_test.go76 a := &Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
78 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
85 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
87 noPrefix := &Any{TypeUrl: proto.MessageName(m)}
89 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
91 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(m)}
93 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
140 noPrefix := &Any{TypeUrl: proto.MessageName(want)}
145 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/golang/protobuf/ptypes/
H A Dany_test.go77 a := &any.Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
79 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
86 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
88 noPrefix := &any.Any{TypeUrl: proto.MessageName(m)}
90 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
92 shortPrefix := &any.Any{TypeUrl: "/" + proto.MessageName(m)}
94 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
141 noPrefix := &any.Any{TypeUrl: proto.MessageName(want)}
146 shortPrefix := &any.Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/gogo/protobuf/types/
H A Dany_test.go76 a := &Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
78 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
85 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
87 noPrefix := &Any{TypeUrl: proto.MessageName(m)}
89 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
91 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(m)}
93 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
140 noPrefix := &Any{TypeUrl: proto.MessageName(want)}
145 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/golang/protobuf/protobuf-1.3.1/ptypes/
H A Dany_test.go77 a := &any.Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
79 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
86 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
88 noPrefix := &any.Any{TypeUrl: proto.MessageName(m)}
90 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
92 shortPrefix := &any.Any{TypeUrl: "/" + proto.MessageName(m)}
94 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
141 noPrefix := &any.Any{TypeUrl: proto.MessageName(want)}
146 shortPrefix := &any.Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/gogo/protobuf/types/
H A Dany_test.go76 a := &Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
78 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
85 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
87 noPrefix := &Any{TypeUrl: proto.MessageName(m)}
89 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
91 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(m)}
93 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
140 noPrefix := &Any{TypeUrl: proto.MessageName(want)}
145 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/devel/lab/lab-0.17.2/vendor/github.com/golang/protobuf/ptypes/
H A Dany_test.go77 a := &any.Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
79 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
86 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
88 noPrefix := &any.Any{TypeUrl: proto.MessageName(m)}
90 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
92 shortPrefix := &any.Any{TypeUrl: "/" + proto.MessageName(m)}
94 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
141 noPrefix := &any.Any{TypeUrl: proto.MessageName(want)}
146 shortPrefix := &any.Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/net-mgmt/nsd_exporter/nsd_exporter-0.1.0/vendor/github.com/golang/protobuf/ptypes/
H A Dany_test.go77 a := &any.Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
79 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
86 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
88 noPrefix := &any.Any{TypeUrl: proto.MessageName(m)}
90 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
92 shortPrefix := &any.Any{TypeUrl: "/" + proto.MessageName(m)}
94 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
141 noPrefix := &any.Any{TypeUrl: proto.MessageName(want)}
146 shortPrefix := &any.Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/gogo/protobuf/protobuf-1.3.1/types/
H A Dany_test.go76 a := &Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
78 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
85 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
87 noPrefix := &Any{TypeUrl: proto.MessageName(m)}
89 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
91 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(m)}
93 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
140 noPrefix := &Any{TypeUrl: proto.MessageName(want)}
145 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/net/storj/storj-1.45.3/vendor/github.com/gogo/protobuf/types/
H A Dany_test.go76 a := &Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
78 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
85 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
87 noPrefix := &Any{TypeUrl: proto.MessageName(m)}
89 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
91 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(m)}
93 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
140 noPrefix := &Any{TypeUrl: proto.MessageName(want)}
145 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/gogo/protobuf/types/
H A Dany_test.go76 a := &Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
78 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
85 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
87 noPrefix := &Any{TypeUrl: proto.MessageName(m)}
89 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
91 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(m)}
93 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
140 noPrefix := &Any{TypeUrl: proto.MessageName(want)}
145 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/gogo/protobuf/types/
H A Dany_test.go76 a := &Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
78 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
85 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
87 noPrefix := &Any{TypeUrl: proto.MessageName(m)}
89 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
91 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(m)}
93 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
140 noPrefix := &Any{TypeUrl: proto.MessageName(want)}
145 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/devel/go-protobuf/protobuf-1.3.2/types/
H A Dany_test.go76 a := &Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
78 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
85 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
87 noPrefix := &Any{TypeUrl: proto.MessageName(m)}
89 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
91 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(m)}
93 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
140 noPrefix := &Any{TypeUrl: proto.MessageName(want)}
145 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/gogo/protobuf/protobuf-65acae22fc9d/types/
H A Dany_test.go76 a := &Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
78 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
85 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
87 noPrefix := &Any{TypeUrl: proto.MessageName(m)}
89 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
91 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(m)}
93 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
140 noPrefix := &Any{TypeUrl: proto.MessageName(want)}
145 shortPrefix := &Any{TypeUrl: "/" + proto.MessageName(want)}
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/golang/protobuf/protobuf-1.3.2/ptypes/
H A Dany_test.go77 a := &any.Any{TypeUrl: "foo/bar/" + proto.MessageName(m)}
79 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m))
86 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m))
88 noPrefix := &any.Any{TypeUrl: proto.MessageName(m)}
90 …rf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageName(m))
92 shortPrefix := &any.Any{TypeUrl: "/" + proto.MessageName(m)}
94 …message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m))
141 noPrefix := &any.Any{TypeUrl: proto.MessageName(want)}
146 shortPrefix := &any.Any{TypeUrl: "/" + proto.MessageName(want)}

12345678910>>...67