protobuf-go/reflect
Joe Tsai 5681bb2587 protogen: use _protoFile suffix for file descriptor variable
A "_ProtoFile" suffix can potentially conflict with a sub-message named
"ProtoFile" nested within a message that matches the camel-cased
form of the basename of the .proto source file.

Avoid unlikely conflicts and rename this to use a "_protoFile" suffix,
which can never conflict except with an enum value that is also named
"protoFile" (which is a violation of the style guide).

Change-Id: Ie9d22f9f741a63021b8f76906b20c6c2f599885b
Reviewed-on: https://go-review.googlesource.com/c/157218
Reviewed-by: Damien Neil <dneil@google.com>
2019-01-14 20:23:59 +00:00
..
protodesc reflect/prototype: hoist semantic options into builders 2018-12-11 20:25:45 +00:00
protoreflect reflect: switch ExtensionType.New to return Value 2019-01-09 21:05:08 +00:00
protoregistry protogen: use _protoFile suffix for file descriptor variable 2019-01-14 20:23:59 +00:00
prototype reflect: switch ExtensionType.New to return Value 2019-01-09 21:05:08 +00:00