Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2757 public bool CcEnableArenas { property in Google.Protobuf.Reflection.FileOptions
2825 if (CcEnableArenas != other.CcEnableArenas) return false; in Equals()
2845 if (CcEnableArenas != false) hash ^= CcEnableArenas.GetHashCode(); in GetHashCode()
2901 if (CcEnableArenas != false) { in WriteTo()
2903 output.WriteBool(CcEnableArenas); in WriteTo()
2951 if (CcEnableArenas != false) { in CalculateSize()
3001 if (other.CcEnableArenas != false) { in MergeFrom()
3002 CcEnableArenas = other.CcEnableArenas; in MergeFrom()
3065 CcEnableArenas = input.ReadBool(); in MergeFrom()
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1360CcEnableArenas *bool `protobuf:"varint,31,opt,name=cc_enable_arenas,json=ccEnableArenas,def=0" jso… member
1524 if m != nil && m.CcEnableArenas != nil {
1525 return *m.CcEnableArenas
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1321CcEnableArenas *bool `protobuf:"varint,31,opt,name=cc_enable_arenas,json=ccEnableArenas,def=0" jso… member
1476 if m != nil && m.CcEnableArenas != nil {
1477 return *m.CcEnableArenas