Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2975 public bool PyGenericServices { property in Google.Protobuf.Reflection.FileOptions
3078 if (PyGenericServices != other.PyGenericServices) return false; in Equals()
3099 if (PyGenericServices != false) hash ^= PyGenericServices.GetHashCode(); in GetHashCode()
3143 if (PyGenericServices != false) { in WriteTo()
3145 output.WriteBool(PyGenericServices); in WriteTo()
3204 if (PyGenericServices != false) { in CalculateSize()
3255 if (other.PyGenericServices != false) { in MergeFrom()
3256 PyGenericServices = other.PyGenericServices; in MergeFrom()
3310 PyGenericServices = input.ReadBool(); in MergeFrom()