Searched defs:IsSynthetic (Results 1 – 5 of 5) sorted by relevance
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
| D | OneofDescriptor.cs | 106 public bool IsSynthetic { get; } property in Google.Protobuf.Reflection.OneofDescriptor |
| /external/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
| D | OneofDescriptor.cs | 106 public bool IsSynthetic { get; } property in Google.Protobuf.Reflection.OneofDescriptor |
| /external/golang-protobuf/internal/order/ | ||
| D | order_test.go | 48 func (d oneofDesc) IsSynthetic() bool { return d.synthetic } func |
| /external/golang-protobuf/reflect/protoreflect/ | ||
| D | type.go | 423 IsSynthetic() bool methodSpec |
| /external/golang-protobuf/internal/filedesc/ | ||
| D | desc.go | 342 func (od *Oneof) IsSynthetic() bool { func |