Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2727 public bool PyGenericServices { property in Google.Protobuf.Reflection.FileOptions
2823 if (PyGenericServices != other.PyGenericServices) return false; in Equals()
2843 if (PyGenericServices != false) hash ^= PyGenericServices.GetHashCode(); in GetHashCode()
2885 if (PyGenericServices != false) { in WriteTo()
2887 output.WriteBool(PyGenericServices); in WriteTo()
2945 if (PyGenericServices != false) { in CalculateSize()
2995 if (other.PyGenericServices != false) { in MergeFrom()
2996 PyGenericServices = other.PyGenericServices; in MergeFrom()
3049 PyGenericServices = input.ReadBool(); in MergeFrom()
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1351PyGenericServices *bool `protobuf:"varint,18,opt,name=py_generic_services,json=pyGenericServices… member
1503 if m != nil && m.PyGenericServices != nil {
1504 return *m.PyGenericServices
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1312PyGenericServices *bool `protobuf:"varint,18,opt,name=py_generic_services,json=pyGenericServices… member
1455 if m != nil && m.PyGenericServices != nil {
1456 return *m.PyGenericServices