Home
last modified time | relevance | path

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

/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/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4149 public bool PyGenericServices { property in Google.Protobuf.Reflection.FileOptions
4478 if (PyGenericServices != other.PyGenericServices) return false; in Equals()
4508 if (HasPyGenericServices) hash ^= PyGenericServices.GetHashCode(); in GetHashCode()
4566 output.WriteBool(PyGenericServices); in WriteTo()
4731 PyGenericServices = other.PyGenericServices; in MergeFrom()
4807 PyGenericServices = input.ReadBool(); in MergeFrom()