Searched refs:ObjcClassPrefix (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | Descriptor.cs | 176 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileOptions), global::Google.Protobuf.Reflection.FileOptions.Parser, new[]{ "JavaPackage", "JavaOuterClassname", "JavaMultipleFiles", "JavaGenerateEqualsAndHash", "JavaStringCheckUtf8", "OptimizeFor", "GoPackage", "CcGenericServices", "JavaGenericServices", "PyGenericServices", "PhpGenericServices", "Deprecated", "CcEnableArenas", "ObjcClassPrefix", "CsharpNamespace", "SwiftPrefix", "PhpClassPrefix", "PhpNamespace", "PhpMetadataNamespace", "RubyPackage", "UninterpretedOption" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FileOptions.Types.OptimizeMode) }, null, null), in DescriptorReflection() 5147 public string ObjcClassPrefix { property in Google.Protobuf.Reflection.FileOptions 5370 if (ObjcClassPrefix != other.ObjcClassPrefix) return false; in Equals() 5400 if (HasObjcClassPrefix) hash ^= ObjcClassPrefix.GetHashCode(); in GetHashCode() 5477 output.WriteString(ObjcClassPrefix); in WriteTo() 5570 output.WriteString(ObjcClassPrefix); in IBufferMessage.InternalWriteTo() 5653 size += 2 + pb::CodedOutputStream.ComputeStringSize(ObjcClassPrefix); in CalculateSize() 5728 ObjcClassPrefix = other.ObjcClassPrefix; in MergeFrom() [all...] |
Completed in 11 milliseconds