Home | History | Annotate | Download | only in descriptor

Lines Matching refs:FileOptions

377 	Options     *FileOptions              `protobuf:"bytes,8,opt,name=options" json:"options,omitempty"`
478 func (m *FileDescriptorProto) GetOptions() *FileOptions {
1265 type FileOptions struct {
1348 func (m *FileOptions) Reset() { *m = FileOptions{} }
1349 func (m *FileOptions) String() string { return proto.CompactTextString(m) }
1350 func (*FileOptions) ProtoMessage() {}
1351 func (*FileOptions) Descriptor() ([]byte, []int) {
1359 func (*FileOptions) ExtensionRangeArray() []proto.ExtensionRange {
1362 func (m *FileOptions) XXX_Unmarshal(b []byte) error {
1365 func (m *FileOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1368 func (dst *FileOptions) XXX_Merge(src proto.Message) {
1371 func (m *FileOptions) XXX_Size() int {
1374 func (m *FileOptions) XXX_DiscardUnknown() {
1390 func (m *FileOptions) GetJavaPackage() string {
1397 func (m *FileOptions) GetJavaOuterClassname() string {
1404 func (m *FileOptions) GetJavaMultipleFiles() bool {
1412 func (m *FileOptions) GetJavaGenerateEqualsAndHash() bool {
1419 func (m *FileOptions) GetJavaStringCheckUtf8() bool {
1426 func (m *FileOptions) GetOptimizeFor() FileOptions_OptimizeMode {
1433 func (m *FileOptions) GetGoPackage() string {
1440 func (m *FileOptions) GetCcGenericServices() bool {
1447 func (m *FileOptions) GetJavaGenericServices() bool {
1454 func (m *FileOptions) GetPyGenericServices() bool {
1461 func (m *FileOptions) GetPhpGenericServices() bool {
1468 func (m *FileOptions) GetDeprecated() bool {
1475 func (m *FileOptions) GetCcEnableArenas() bool {
1482 func (m *FileOptions) GetObjcClassPrefix() string {
1489 func (m *FileOptions) GetCsharpNamespace() string {
1496 func (m *FileOptions) GetSwiftPrefix() string {
1503 func (m *FileOptions) GetPhpClassPrefix() string {
1510 func (m *FileOptions) GetPhpNamespace() string {
1517 func (m *FileOptions) GetUninterpretedOption() []*UninterpretedOption {
2624 proto.RegisterType((*FileOptions)(nil), "google.protobuf.FileOptions")