package google.protobuf.compiler

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AccessInfo

profile.proto:66

message CodeGeneratorRequest

plugin.proto:57

An encoded CodeGeneratorRequest is written to the plugin's stdin.

message CodeGeneratorResponse

plugin.proto:81

The plugin writes an encoded CodeGeneratorResponse to stdout.

message CodeGeneratorResponse.File

plugin.proto:93

Represents a single generated file.

Used in: CodeGeneratorResponse

message FieldAccessInfo

profile.proto:50

To convey the access pattern of a field, it classifies the type of the accessor methods into getters, setters and configs. Getters and setters read and write the field respectively and other operations like checking if the field exists are considered as configs.

Used in: MessageAccessInfo

message MessageAccessInfo

profile.proto:60

"count" correlates with how many samples an access info has for a message. High "count" means more confident optimization based on the info.

Used in: AccessInfo