Home
last modified time | relevance | path

Searched defs:IsSynthetic (Results 1 – 5 of 5) sorted by relevance

/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DOneofDescriptor.cs106 public bool IsSynthetic { get; } property in Google.Protobuf.Reflection.OneofDescriptor
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DOneofDescriptor.cs106 public bool IsSynthetic { get; } property in Google.Protobuf.Reflection.OneofDescriptor
/external/golang-protobuf/internal/order/
Dorder_test.go48 func (d oneofDesc) IsSynthetic() bool { return d.synthetic } func
/external/golang-protobuf/reflect/protoreflect/
Dtype.go423 IsSynthetic() bool methodSpec
/external/golang-protobuf/internal/filedesc/
Ddesc.go342 func (od *Oneof) IsSynthetic() bool { func