Home
last modified time | relevance | path

Searched refs:Jstype (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1740Jstype *FieldOptions_JSType `protobuf:"varint,6,opt,name=jstype,enum=google.protobuf.FieldOptions_… member
1839 if m != nil && m.Jstype != nil {
1840 return *m.Jstype
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5422 public global::Google.Protobuf.Reflection.FieldOptions.Types.JSType Jstype { property in Google.Protobuf.Reflection.FieldOptions
5578 if (Jstype != other.Jstype) return false; in Equals()
5594 if (HasJstype) hash ^= Jstype.GetHashCode(); in GetHashCode()
5633 output.WriteEnum((int) Jstype); in WriteTo()
5658 size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Jstype); in CalculateSize()
5691 Jstype = other.Jstype; in MergeFrom()
5734Jstype = (global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) input.ReadEnum(); in MergeFrom()