Lines Matching refs:name
16 // * Neither the name of Google Inc. nor the names of its
38 /// Specifies the original name (in the .proto file) of a named element,
45 /// The name of the element in the .proto file.
50 /// If the name is preferred in the .proto file.
55 /// Constructs a new attribute instance for the given name.
57 /// <param name="name">The name of the element in the .proto file.</param>
58 public OriginalNameAttribute(string name)
60 Name = ProtoPreconditions.CheckNotNull(name, nameof(name));