Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3451 public global::Google.Protobuf.Reflection.FieldOptions.Types.JSType Jstype { property in Google.Protobuf.Reflection.FieldOptions
3551 if (Jstype != other.Jstype) return false; in Equals()
3563 if (Jstype != 0) hash ^= Jstype.GetHashCode(); in GetHashCode()
3592 if (Jstype != 0) { in WriteTo()
3594 output.WriteEnum((int) Jstype); in WriteTo()
3611 if (Jstype != 0) { in CalculateSize()
3612 size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Jstype); in CalculateSize()
3637 if (other.Jstype != 0) { in MergeFrom()
3638 Jstype = other.Jstype; in MergeFrom()
/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/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1677Jstype *FieldOptions_JSType `protobuf:"varint,6,opt,name=jstype,enum=google.protobuf.FieldOptions_… member
1775 if m != nil && m.Jstype != nil {
1776 return *m.Jstype