Lines Matching defs:name
20 * The option's name. For protobuf built-in options (options defined in
21 * descriptor.proto), this is the short name. For example, `"map_entry"`.
22 * For custom options, it should be the fully-qualified name. For example,
25 * Generated from protobuf field <code>string name = 1;</code>
27 private $name = '';
44 * @type string $name
45 * The option's name. For protobuf built-in options (options defined in
46 * descriptor.proto), this is the short name. For example, `"map_entry"`.
47 * For custom options, it should be the fully-qualified name. For example,
62 * The option's name. For protobuf built-in options (options defined in
63 * descriptor.proto), this is the short name. For example, `"map_entry"`.
64 * For custom options, it should be the fully-qualified name. For example,
67 * Generated from protobuf field <code>string name = 1;</code>
72 return $this->name;
76 * The option's name. For protobuf built-in options (options defined in
77 * descriptor.proto), this is the short name. For example, `"map_entry"`.
78 * For custom options, it should be the fully-qualified name. For example,
81 * Generated from protobuf field <code>string name = 1;</code>
88 $this->name = $var;