Lines Matching defs:proto
52 "google/protobuf/any.proto",
53 "google/protobuf/api.proto",
54 "google/protobuf/duration.proto",
55 "google/protobuf/empty.proto",
56 "google/protobuf/wrappers.proto",
57 "google/protobuf/timestamp.proto",
58 "google/protobuf/field_mask.proto",
59 "google/protobuf/source_context.proto",
60 "google/protobuf/struct.proto",
61 "google/protobuf/type.proto",
69 internal MessageDescriptor(DescriptorProto proto, FileDescriptor file, MessageDescriptor parent, int typeIndex, GeneratedClrTypeInfo generatedCodeInfo)
70 : base(file, file.ComputeFullName(parent, proto.Name), typeIndex)
72 Proto = proto;
79 proto.OneofDecl,
98 proto.NestedType,
103 proto.EnumType,
110 proto.Field,
219 internal bool IsWrapperType => File.Package == "google.protobuf" && File.Name == "google/protobuf/wrappers.proto";
294 /// The <c>MessageOptions</c>, defined in <c>descriptor.proto</c>.
357 /// are declared in the source .proto file.