Home
last modified time | relevance | path

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

/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1352PhpGenericServices *bool `protobuf:"varint,42,opt,name=php_generic_services,json=phpGenericServic… member
1510 if m != nil && m.PhpGenericServices != nil {
1511 return *m.PhpGenericServices
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4173 public bool PhpGenericServices { property in Google.Protobuf.Reflection.FileOptions
4479 if (PhpGenericServices != other.PhpGenericServices) return false; in Equals()
4509 if (HasPhpGenericServices) hash ^= PhpGenericServices.GetHashCode(); in GetHashCode()
4606 output.WriteBool(PhpGenericServices); in WriteTo()
4734 PhpGenericServices = other.PhpGenericServices; in MergeFrom()
4847 PhpGenericServices = input.ReadBool(); in MergeFrom()