Searched refs:Jstype (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | Descriptor.cs | 178 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FieldOptions), global::Google.Protobuf.Reflection.FieldOptions.Parser, new[]{ "Ctype", "Packed", "Jstype", "Lazy", "Deprecated", "Weak", "UninterpretedOption" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.CType), typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) }, null, null), in DescriptorReflection() 6594 public global::Google.Protobuf.Reflection.FieldOptions.Types.JSType Jstype { property in Google.Protobuf.Reflection.FieldOptions 6750 if (Jstype != other.Jstype) return false; in Equals() 6766 if (HasJstype) hash ^= Jstype.GetHashCode(); in GetHashCode() 6808 output.WriteEnum((int) Jstype); in WriteTo() 6845 output.WriteEnum((int) Jstype); in IBufferMessage.InternalWriteTo() 6871 size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Jstype); in CalculateSize() 6904 Jstype = other.Jstype; in MergeFrom() [all...] |
Completed in 12 milliseconds