|
|
|
@ -7426,10 +7426,6 @@ namespace Google.Protobuf.Reflection { |
|
|
|
|
|
|
|
|
|
private bool mapEntry_; |
|
|
|
|
/// <summary> |
|
|
|
|
/// NOTE: Do not set the option in .proto files. Always use the maps syntax |
|
|
|
|
/// instead. The option should only be implicitly set by the proto compiler |
|
|
|
|
/// parser. |
|
|
|
|
/// |
|
|
|
|
/// Whether the message is an automatically generated map entry type for the |
|
|
|
|
/// maps field. |
|
|
|
|
/// |
|
|
|
@ -7447,6 +7443,10 @@ namespace Google.Protobuf.Reflection { |
|
|
|
|
/// use a native map in the target language to hold the keys and values. |
|
|
|
|
/// The reflection APIs in such implementations still need to work as |
|
|
|
|
/// if the field is a repeated message field. |
|
|
|
|
/// |
|
|
|
|
/// NOTE: Do not set the option in .proto files. Always use the maps syntax |
|
|
|
|
/// instead. The option should only be implicitly set by the proto compiler |
|
|
|
|
/// parser. |
|
|
|
|
/// </summary> |
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] |
|
|
|
@ -13139,7 +13139,7 @@ namespace Google.Protobuf.Reflection { |
|
|
|
|
/// location. |
|
|
|
|
/// |
|
|
|
|
/// Each element is a field number or an index. They form a path from |
|
|
|
|
/// the root FileDescriptorProto to the place where the definition occurs. |
|
|
|
|
/// the root FileDescriptorProto to the place where the definition appears. |
|
|
|
|
/// For example, this path: |
|
|
|
|
/// [ 4, 3, 2, 7, 1 ] |
|
|
|
|
/// refers to: |
|
|
|
|