Home | History | Annotate | Download | only in descriptor

Lines Matching refs:FileOptions

404 	Options     *FileOptions              `protobuf:"bytes,8,opt,name=options" json:"options,omitempty"`
506 func (m *FileDescriptorProto) GetOptions() *FileOptions {
1304 type FileOptions struct {
1395 func (m *FileOptions) Reset() { *m = FileOptions{} }
1396 func (m *FileOptions) String() string { return proto.CompactTextString(m) }
1397 func (*FileOptions) ProtoMessage() {}
1398 func (*FileOptions) Descriptor() ([]byte, []int) {
1406 func (*FileOptions) ExtensionRangeArray() []proto.ExtensionRange {
1410 func (m *FileOptions) XXX_Unmarshal(b []byte) error {
1413 func (m *FileOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1416 func (m *FileOptions) XXX_Merge(src proto.Message) {
1419 func (m *FileOptions) XXX_Size() int {
1422 func (m *FileOptions) XXX_DiscardUnknown() {
1438 func (m *FileOptions) GetJavaPackage() string {
1445 func (m *FileOptions) GetJavaOuterClassname() string {
1452 func (m *FileOptions) GetJavaMultipleFiles() bool {
1460 func (m *FileOptions) GetJavaGenerateEqualsAndHash() bool {
1467 func (m *FileOptions) GetJavaStringCheckUtf8() bool {
1474 func (m *FileOptions) GetOptimizeFor() FileOptions_OptimizeMode {
1481 func (m *FileOptions) GetGoPackage() string {
1488 func (m *FileOptions) GetCcGenericServices() bool {
1495 func (m *FileOptions) GetJavaGenericServices() bool {
1502 func (m *FileOptions) GetPyGenericServices() bool {
1509 func (m *FileOptions) GetPhpGenericServices() bool {
1516 func (m *FileOptions) GetDeprecated() bool {
1523 func (m *FileOptions) GetCcEnableArenas() bool {
1530 func (m *FileOptions) GetObjcClassPrefix() string {
1537 func (m *FileOptions) GetCsharpNamespace() string {
1544 func (m *FileOptions) GetSwiftPrefix() string {
1551 func (m *FileOptions) GetPhpClassPrefix() string {
1558 func (m *FileOptions) GetPhpNamespace() string {
1565 func (m *FileOptions) GetPhpMetadataNamespace() string {
1572 func (m *FileOptions) GetRubyPackage() string {
1579 func (m *FileOptions) GetUninterpretedOption() []*UninterpretedOption {
2705 proto.RegisterType((*FileOptions)(nil), "google.protobuf.FileOptions")