mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Auto-generate files after cl/953801430
This commit is contained in:
parent
c251d1ab57
commit
b7491e2dc3
3 changed files with 75 additions and 0 deletions
Binary file not shown.
|
|
@ -14824,6 +14824,25 @@ namespace Google.Protobuf.Reflection {
|
|||
/// refers to the option name `(my_opt)`, and:
|
||||
/// [ 4, 3, 7, 10101, 7 ]
|
||||
/// refers to the "foo" string value of the option.
|
||||
///
|
||||
/// For complex options (e.g., "(my_opt) = {a: 100}"), the path
|
||||
/// will include UninterpretedOption.aggregate_value (field number 8) as a
|
||||
/// marker for each level of nesting.
|
||||
///
|
||||
/// For example, given:
|
||||
/// option (my_opt) = {a: 100};
|
||||
///
|
||||
/// The path for the `a` identifier would look like:
|
||||
/// [ 4, 3, 7, 10101, 8, 1, 2 ]
|
||||
///
|
||||
/// And for the value 100:
|
||||
/// [ 4, 3, 7, 10101, 8, 1, 4 ]
|
||||
///
|
||||
/// Where:
|
||||
/// 8: UninterpretedOption.aggregate_value marker
|
||||
/// 1: The field number of "a" inside "my_opt"
|
||||
/// 2: UninterpretedOption.name
|
||||
/// 4: UninterpretedOption.positive_int_value
|
||||
/// </summary>
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
|
|
|
|||
|
|
@ -53,6 +53,20 @@ class Location extends \Google\Protobuf\Internal\Message
|
|||
* refers to the option name `(my_opt)`, and:
|
||||
* [ 4, 3, 7, 10101, 7 ]
|
||||
* refers to the "foo" string value of the option.
|
||||
* For complex options (e.g., "(my_opt) = {a: 100}"), the path
|
||||
* will include UninterpretedOption.aggregate_value (field number 8) as a
|
||||
* marker for each level of nesting.
|
||||
* For example, given:
|
||||
* option (my_opt) = {a: 100};
|
||||
* The path for the `a` identifier would look like:
|
||||
* [ 4, 3, 7, 10101, 8, 1, 2 ]
|
||||
* And for the value 100:
|
||||
* [ 4, 3, 7, 10101, 8, 1, 4 ]
|
||||
* Where:
|
||||
* 8: UninterpretedOption.aggregate_value marker
|
||||
* 1: The field number of "a" inside "my_opt"
|
||||
* 2: UninterpretedOption.name
|
||||
* 4: UninterpretedOption.positive_int_value
|
||||
*
|
||||
* Generated from protobuf field <code>repeated int32 path = 1 [packed = true];</code>
|
||||
*/
|
||||
|
|
@ -160,6 +174,20 @@ class Location extends \Google\Protobuf\Internal\Message
|
|||
* refers to the option name `(my_opt)`, and:
|
||||
* [ 4, 3, 7, 10101, 7 ]
|
||||
* refers to the "foo" string value of the option.
|
||||
* For complex options (e.g., "(my_opt) = {a: 100}"), the path
|
||||
* will include UninterpretedOption.aggregate_value (field number 8) as a
|
||||
* marker for each level of nesting.
|
||||
* For example, given:
|
||||
* option (my_opt) = {a: 100};
|
||||
* The path for the `a` identifier would look like:
|
||||
* [ 4, 3, 7, 10101, 8, 1, 2 ]
|
||||
* And for the value 100:
|
||||
* [ 4, 3, 7, 10101, 8, 1, 4 ]
|
||||
* Where:
|
||||
* 8: UninterpretedOption.aggregate_value marker
|
||||
* 1: The field number of "a" inside "my_opt"
|
||||
* 2: UninterpretedOption.name
|
||||
* 4: UninterpretedOption.positive_int_value
|
||||
* @type int[] $span
|
||||
* Always has exactly three or four elements: start line, start column,
|
||||
* end line (optional, otherwise assumed same as start line), end column.
|
||||
|
|
@ -250,6 +278,20 @@ class Location extends \Google\Protobuf\Internal\Message
|
|||
* refers to the option name `(my_opt)`, and:
|
||||
* [ 4, 3, 7, 10101, 7 ]
|
||||
* refers to the "foo" string value of the option.
|
||||
* For complex options (e.g., "(my_opt) = {a: 100}"), the path
|
||||
* will include UninterpretedOption.aggregate_value (field number 8) as a
|
||||
* marker for each level of nesting.
|
||||
* For example, given:
|
||||
* option (my_opt) = {a: 100};
|
||||
* The path for the `a` identifier would look like:
|
||||
* [ 4, 3, 7, 10101, 8, 1, 2 ]
|
||||
* And for the value 100:
|
||||
* [ 4, 3, 7, 10101, 8, 1, 4 ]
|
||||
* Where:
|
||||
* 8: UninterpretedOption.aggregate_value marker
|
||||
* 1: The field number of "a" inside "my_opt"
|
||||
* 2: UninterpretedOption.name
|
||||
* 4: UninterpretedOption.positive_int_value
|
||||
*
|
||||
* Generated from protobuf field <code>repeated int32 path = 1 [packed = true];</code>
|
||||
* @return RepeatedField<int>
|
||||
|
|
@ -296,6 +338,20 @@ class Location extends \Google\Protobuf\Internal\Message
|
|||
* refers to the option name `(my_opt)`, and:
|
||||
* [ 4, 3, 7, 10101, 7 ]
|
||||
* refers to the "foo" string value of the option.
|
||||
* For complex options (e.g., "(my_opt) = {a: 100}"), the path
|
||||
* will include UninterpretedOption.aggregate_value (field number 8) as a
|
||||
* marker for each level of nesting.
|
||||
* For example, given:
|
||||
* option (my_opt) = {a: 100};
|
||||
* The path for the `a` identifier would look like:
|
||||
* [ 4, 3, 7, 10101, 8, 1, 2 ]
|
||||
* And for the value 100:
|
||||
* [ 4, 3, 7, 10101, 8, 1, 4 ]
|
||||
* Where:
|
||||
* 8: UninterpretedOption.aggregate_value marker
|
||||
* 1: The field number of "a" inside "my_opt"
|
||||
* 2: UninterpretedOption.name
|
||||
* 4: UninterpretedOption.positive_int_value
|
||||
*
|
||||
* Generated from protobuf field <code>repeated int32 path = 1 [packed = true];</code>
|
||||
* @param int[] $var
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue